#AC7A21

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

Shades of Hot Toddy #AC7A21

Tints of Hot Toddy #AC7A21

Color information

#AC7A21 (or 0xAC7A21) is unknown color: approx Hot Toddy. HEX triplet: AC, 7A and 21. RGB value is (172,122,33). Sum of RGB (Red+Green+Blue) = 172+122+33=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A21 is #5385DE. Grayscale: #7F7F7F. Windows color (decimal): -5473759 or 2194092. OLE color: 2194092.

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

Color convert

RGB17212233-
CMYK00.290.810.33
HSL38.42º67.8%40.2%-
HSV(B)38.42º80.81%67.45%-
XYZ24.2522.84.56-
YUV126.875.06160.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.60%
GREEN value IS 122 (48.05% from 255) = 37.31%
BLUE value IS 33 (13.28% from 255) = 10.09%
R=52.60%
G=37.31%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721223300.290.810.3338.4267.840.2
HexAC7A2101D5121264428
Octal25417241035121414610450
Binary10101100111101010000101110110100011000011001101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A21; }

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

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

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

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

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

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

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

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