#ac7019

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

Shades of Hot Toddy #AC7019

Tints of Hot Toddy #AC7019

Color information

#AC7019 (or 0xAC7019) is unknown color: approx Hot Toddy. HEX triplet: AC, 70 and 19. RGB value is (172,112,25). Sum of RGB (Red+Green+Blue) = 172+112+25=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7019 is #538FE6. Grayscale: #787878. Windows color (decimal): -5476327 or 1667244. OLE color: 1667244.

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

Color convert

RGB17211225-
CMYK00.350.850.33
HSL35.51º74.62%38.63%-
HSV(B)35.51º85.47%67.45%-
XYZ22.9820.433.65-
YUV120.0274.38165.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.66%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 25 (10.16% from 255) = 8.09%
R=55.66%
G=36.25%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721122500.350.850.3335.5174.6238.63
HexAC70190235521244b27
Octal25416031043125414411347
Binary10101100111000011001010001110101011000011001001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac7019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac7019; }

 p { color: rgb(172,112,25); }

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

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

 a { background-color: rgb(172,112,25); }

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

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

 span { border-color: rgb(172,112,25); }

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