#A96E1C

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

Shades of Hot Toddy #A96E1C

Tints of Hot Toddy #A96E1C

Color information

#A96E1C (or 0xA96E1C) is unknown color: approx Hot Toddy. HEX triplet: A9, 6E and 1C. RGB value is (169,110,28). Sum of RGB (Red+Green+Blue) = 169+110+28=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96E1C is #5691E3. Grayscale: #767676. Windows color (decimal): -5673444 or 1863337. OLE color: 1863337.

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

Color convert

RGB16911028-
CMYK00.350.830.34
HSL34.89º71.57%38.63%-
HSV(B)34.89º83.43%66.27%-
XYZ22.1519.673.73-
YUV118.2977.05164.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.05%
GREEN value IS 110 (43.36% from 255) = 35.83%
BLUE value IS 28 (11.33% from 255) = 9.12%
R=55.05%
G=35.83%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691102800.350.830.3434.8971.5738.63
HexA96E1C0235322234827
Octal25115634043123424311047
Binary10101001110111011100010001110100111000101000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E1C; }

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

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

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

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

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

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

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

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