#A96E28

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

Shades of Hot Toddy #A96E28

Tints of Hot Toddy #A96E28

Color information

#A96E28 (or 0xA96E28) is unknown color: approx Hot Toddy. HEX triplet: A9, 6E and 28. RGB value is (169,110,40). Sum of RGB (Red+Green+Blue) = 169+110+40=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96E28 is #5691D7. Grayscale: #787878. Windows color (decimal): -5673432 or 2649769. OLE color: 2649769.

HSL color Cylindrical-coordinate representation of color #A96E28: hue angle of 32.56º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A96E28 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB16911040-
CMYK00.350.760.34
HSL32.56º61.72%40.98%-
HSV(B)32.56º76.33%66.27%-
XYZ22.3219.744.64-
YUV119.6683.05163.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.98%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 40 (16.02% from 255) = 12.54%
R=52.98%
G=34.48%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691104000.350.760.3432.5661.7240.98
HexA96E280234C22213e29
Octal2511565004311442417651
Binary10101001110111010100001000111001100100010100001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E28; }

 p { color: rgb(169,110,40); }

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

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

 a { background-color: rgb(169,110,40); }

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

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

 span { border-color: rgb(169,110,40); }

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