#A96C24

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

Shades of Hot Toddy #A96C24

Tints of Hot Toddy #A96C24

Color information

#A96C24 (or 0xA96C24) is unknown color: approx Hot Toddy. HEX triplet: A9, 6C and 24. RGB value is (169,108,36). Sum of RGB (Red+Green+Blue) = 169+108+36=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96C24 is #5693DB. Grayscale: #767676. Windows color (decimal): -5673948 or 2387113. OLE color: 2387113.

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

Color convert

RGB16910836-
CMYK00.360.790.34
HSL32.48º64.88%40.2%-
HSV(B)32.48º78.7%66.27%-
XYZ22.0419.294.23-
YUV118.0381.71164.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.99%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 36 (14.45% from 255) = 11.50%
R=53.99%
G=34.50%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691083600.360.790.3432.4864.8840.2
HexA96C240244F22204128
Octal25115444044117424010150
Binary101010011101100100100010010010011111000101000001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C24; }

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

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

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

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

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

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

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

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