#A97420

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

Shades of Hot Toddy #A97420

Tints of Hot Toddy #A97420

Color information

#A97420 (or 0xA97420) is unknown color: approx Hot Toddy. HEX triplet: A9, 74 and 20. RGB value is (169,116,32). Sum of RGB (Red+Green+Blue) = 169+116+32=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A97420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97420 is #568BDF. Grayscale: #7A7A7A. Windows color (decimal): -5671904 or 2127017. OLE color: 2127017.

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

Color convert

RGB16911632-
CMYK00.310.810.34
HSL36.79º68.16%39.41%-
HSV(B)36.79º81.07%66.27%-
XYZ22.8721.034.22-
YUV122.2777.06161.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.31%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 32 (12.89% from 255) = 10.09%
R=53.31%
G=36.59%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691163200.310.810.3436.7968.1639.41
HexA9742001F5122254427
Octal25116440037121424510447
Binary10101001111010010000001111110100011000101001011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97420; }

 p { color: rgb(169,116,32); }

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

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

 a { background-color: rgb(169,116,32); }

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

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

 span { border-color: rgb(169,116,32); }

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