#A96F24

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

Shades of Hot Toddy #A96F24

Tints of Hot Toddy #A96F24

Color information

#A96F24 (or 0xA96F24) is unknown color: approx Hot Toddy. HEX triplet: A9, 6F and 24. RGB value is (169,111,36). Sum of RGB (Red+Green+Blue) = 169+111+36=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F24 is #5690DB. Grayscale: #787878. Windows color (decimal): -5673180 or 2387881. OLE color: 2387881.

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

Color convert

RGB16911136-
CMYK00.340.790.34
HSL33.83º64.88%40.2%-
HSV(B)33.83º78.7%66.27%-
XYZ22.3719.934.34-
YUV119.7980.72163.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.48%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 36 (14.45% from 255) = 11.39%
R=53.48%
G=35.13%
B=11.39%

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
Decimal1691113600.340.790.3433.8364.8840.2
HexA96F240224F22224128
Octal25115744042117424210150
Binary101010011101111100100010001010011111000101000101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96F24; }

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

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

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

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

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

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

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

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