#A87024

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

Shades of Hot Toddy #A87024

Tints of Hot Toddy #A87024

Color information

#A87024 (or 0xA87024) is unknown color: approx Hot Toddy. HEX triplet: A8, 70 and 24. RGB value is (168,112,36). Sum of RGB (Red+Green+Blue) = 168+112+36=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A87024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87024 is #578FDB. Grayscale: #787878. Windows color (decimal): -5738460 or 2388136. OLE color: 2388136.

HSL color Cylindrical-coordinate representation of color #A87024: hue angle of 34.55º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A87024 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB16811236-
CMYK00.330.790.34
HSL34.55º64.71%40%-
HSV(B)34.55º78.57%65.88%-
XYZ22.2620.044.36-
YUV120.0880.55162.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.16%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 36 (14.45% from 255) = 11.39%
R=53.16%
G=35.44%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681123600.330.790.3434.5564.7140
HexA870240214F22234128
Octal25016044041117424310150
Binary101010001110000100100010000110011111000101000111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87024; }

 p { color: rgb(168,112,36); }

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

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

 a { background-color: rgb(168,112,36); }

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

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

 span { border-color: rgb(168,112,36); }

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