#A96A21

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

Shades of Hot Toddy #A96A21

Tints of Hot Toddy #A96A21

Color information

#A96A21 (or 0xA96A21) is unknown color: approx Hot Toddy. HEX triplet: A9, 6A and 21. RGB value is (169,106,33). Sum of RGB (Red+Green+Blue) = 169+106+33=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96A21 is #5695DE. Grayscale: #747474. Windows color (decimal): -5674463 or 2189993. OLE color: 2189993.

HSL color Cylindrical-coordinate representation of color #A96A21: hue angle of 32.21º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A96A21 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB16910633-
CMYK00.370.800.34
HSL32.21º67.33%39.61%-
HSV(B)32.21º80.47%66.27%-
XYZ21.7918.853.93-
YUV116.5180.87165.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.87%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=54.87%
G=34.42%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691063300.370.800.3432.2167.3339.61
HexA96A210255022204328
Octal25115241045120424010350
Binary101010011101010100001010010110100001000101000001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A21; }

 p { color: rgb(169,106,33); }

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

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

 a { background-color: rgb(169,106,33); }

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

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

 span { border-color: rgb(169,106,33); }

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