#A17C32

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

Shades of Hot Toddy #A17C32

Tints of Hot Toddy #A17C32

Color information

#A17C32 (or 0xA17C32) is unknown color: approx Hot Toddy. HEX triplet: A1, 7C and 32. RGB value is (161,124,50). Sum of RGB (Red+Green+Blue) = 161+124+50=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C32 is #5E83CD. Grayscale: #7E7E7E. Windows color (decimal): -6194126 or 3308705. OLE color: 3308705.

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

Color convert

RGB16112450-
CMYK00.230.690.37
HSL40º52.61%41.37%-
HSV(B)40º68.94%63.14%-
XYZ22.4822.226.12-
YUV126.6384.76152.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 50 (19.92% from 255) = 14.93%
R=48.06%
G=37.01%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611245000.230.690.374052.6141.37
HexA17C320174525283529
Octal2411746202710545506551
Binary1010000111111001100100101111000101100101101000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C32; }

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

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

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

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

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

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

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

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