#A97024

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

Shades of Hot Toddy #A97024

Tints of Hot Toddy #A97024

Color information

#A97024 (or 0xA97024) is unknown color: approx Hot Toddy. HEX triplet: A9, 70 and 24. RGB value is (169,112,36). Sum of RGB (Red+Green+Blue) = 169+112+36=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A97024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97024 is #568FDB. Grayscale: #787878. Windows color (decimal): -5672924 or 2388137. OLE color: 2388137.

HSL color Cylindrical-coordinate representation of color #A97024: hue angle of 34.29º 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 #A97024 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB16911236-
CMYK00.340.790.34
HSL34.29º64.88%40.2%-
HSV(B)34.29º78.7%66.27%-
XYZ22.4720.154.37-
YUV120.3880.38162.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.31%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 36 (14.45% from 255) = 11.36%
R=53.31%
G=35.33%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691123600.340.790.3434.2964.8840.2
HexA970240224F22224128
Octal25116044042117424210150
Binary101010011110000100100010001010011111000101000101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97024; }

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

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

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

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

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

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

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

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