#A17F32

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

Shades of Hot Toddy #A17F32

Tints of Hot Toddy #A17F32

Color information

#A17F32 (or 0xA17F32) is unknown color: approx Hot Toddy. HEX triplet: A1, 7F and 32. RGB value is (161,127,50). Sum of RGB (Red+Green+Blue) = 161+127+50=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F32 is #5E80CD. Grayscale: #808080. Windows color (decimal): -6193358 or 3309473. OLE color: 3309473.

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

Color convert

RGB16112750-
CMYK00.210.690.37
HSL41.62º52.61%41.37%-
HSV(B)41.62º68.94%63.14%-
XYZ22.8622.996.25-
YUV128.3983.76151.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 50 (19.92% from 255) = 14.79%
R=47.63%
G=37.57%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611275000.210.690.3741.6252.6141.37
HexA17F3201545252a3529
Octal2411776202510545526551
Binary1010000111111111100100101011000101100101101010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F32; }

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

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

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

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

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

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

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

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