#a76f20

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

Shades of Hot Toddy #A76F20

Tints of Hot Toddy #A76F20

Color information

#A76F20 (or 0xA76F20) is unknown color: approx Hot Toddy. HEX triplet: A7, 6F and 20. RGB value is (167,111,32). Sum of RGB (Red+Green+Blue) = 167+111+32=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76F20 is #5890DF. Grayscale: #777777. Windows color (decimal): -5804256 or 2125735. OLE color: 2125735.

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

Color convert

RGB16711132-
CMYK00.340.810.35
HSL35.11º67.84%39.02%-
HSV(B)35.11º80.84%65.49%-
XYZ21.8819.694.01-
YUV118.7479.05162.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.87%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 32 (12.89% from 255) = 10.32%
R=53.87%
G=35.81%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671113200.340.810.3535.1167.8439.02
HexA76F200225123234427
Octal24715740042121434310447
Binary101001111101111100000010001010100011000111000111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a76f20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a76f20; }

 p { color: rgb(167,111,32); }

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

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

 a { background-color: rgb(167,111,32); }

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

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

 span { border-color: rgb(167,111,32); }

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