#AC7A2B

Color #AC7A2B Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #AC7A2B

Tints of Hot Toddy #AC7A2B

Color information

#AC7A2B (or 0xAC7A2B) is unknown color: approx Hot Toddy. HEX triplet: AC, 7A and 2B. RGB value is (172,122,43). Sum of RGB (Red+Green+Blue) = 172+122+43=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A2B is #5385D4. Grayscale: #808080. Windows color (decimal): -5473749 or 2849452. OLE color: 2849452.

HSL color Cylindrical-coordinate representation of color #AC7A2B: hue angle of 36.74º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC7A2B is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17212243-
CMYK00.290.750.33
HSL36.74º60%42.16%-
HSV(B)36.74º75%67.45%-
XYZ24.4122.865.41-
YUV127.9480.06159.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 43 (17.19% from 255) = 12.76%
R=51.04%
G=36.20%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721224300.290.750.3336.746042.16
HexAC7A2B01D4B21253c2a
Octal2541725303511341457452
Binary1010110011110101010110111011001011100001100101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A2B; }

 p { color: rgb(172,122,43); }

 H1.HeaderClassName
 {
   color: #AC7A2B;
 }
 .AnyTagClassName
 {
   color: #AC7A2B;
 }
</style>
background-color css

<style>
 a { background-color: #AC7A2B; }

 a { background-color: rgb(172,122,43); }

 div.DivClassName
 {
   background-color: #AC7A2B;
 }
 .BgClassName
 {
   background-color: #AC7A2B;
 }
</style>
border-color css

<style>
 span { border-color: #AC7A2B; }

 span { border-color: rgb(172,122,43); }

 td.TdClassName
 {
   border-color: #AC7A2B;
 }
 .TagClassName
 {
   border-color: #AC7A2B;
 }
</style>