#A17E32

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

Shades of Hot Toddy #A17E32

Tints of Hot Toddy #A17E32

Color information

#A17E32 (or 0xA17E32) is unknown color: approx Hot Toddy. HEX triplet: A1, 7E and 32. RGB value is (161,126,50). Sum of RGB (Red+Green+Blue) = 161+126+50=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17E32 is #5E81CD. Grayscale: #808080. Windows color (decimal): -6193614 or 3309217. OLE color: 3309217.

HSL color Cylindrical-coordinate representation of color #A17E32: hue angle of 41.08º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A17E32 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB16112650-
CMYK00.220.690.37
HSL41.08º52.61%41.37%-
HSV(B)41.08º68.94%63.14%-
XYZ22.7322.736.21-
YUV127.884.1151.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 126 (49.61% from 255) = 37.39%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=47.77%
G=37.39%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611265000.220.690.3741.0852.6141.37
HexA17E320164525293529
Octal2411766202610545516551
Binary1010000111111101100100101101000101100101101001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17E32; }

 p { color: rgb(161,126,50); }

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

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

 a { background-color: rgb(161,126,50); }

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

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

 span { border-color: rgb(161,126,50); }

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