#a76920

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

Shades of Hot Toddy #A76920

Tints of Hot Toddy #A76920

Color information

#A76920 (or 0xA76920) is unknown color: approx Hot Toddy. HEX triplet: A7, 69 and 20. RGB value is (167,105,32). Sum of RGB (Red+Green+Blue) = 167+105+32=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A76920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76920 is #5896DF. Grayscale: #737373. Windows color (decimal): -5805792 or 2124199. OLE color: 2124199.

HSL color Cylindrical-coordinate representation of color #A76920: hue angle of 32.44º 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 #A76920 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB16710532-
CMYK00.370.810.35
HSL32.44º67.84%39.02%-
HSV(B)32.44º80.84%65.49%-
XYZ21.2518.423.8-
YUV115.2281.04164.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.93%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 32 (12.89% from 255) = 10.53%
R=54.93%
G=34.54%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671053200.370.810.3532.4467.8439.02
HexA769200255123204427
Octal24715140045121434010447
Binary101001111101001100000010010110100011000111000001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a76920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a76920; }

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

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

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

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

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

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

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

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