#a47732

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

Shades of Hot Toddy #A47732

Tints of Hot Toddy #A47732

Color information

#A47732 (or 0xA47732) is unknown color: approx Hot Toddy. HEX triplet: A4, 77 and 32. RGB value is (164,119,50). Sum of RGB (Red+Green+Blue) = 164+119+50=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A47732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47732 is #5B88CD. Grayscale: #7C7C7C. Windows color (decimal): -5998798 or 3307428. OLE color: 3307428.

HSL color Cylindrical-coordinate representation of color #A47732: hue angle of 36.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A47732 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16411950-
CMYK00.270.700.36
HSL36.32º53.27%41.96%-
HSV(B)36.32º69.51%64.31%-
XYZ22.4821.325.95-
YUV124.5985.91156.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.25%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=49.25%
G=35.74%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641195000.270.700.3636.3253.2741.96
HexA4773201B462424352a
Octal2441676203310644446552
Binary1010010011101111100100110111000110100100100100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a47732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a47732; }

 p { color: rgb(164,119,50); }

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

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

 a { background-color: rgb(164,119,50); }

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

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

 span { border-color: rgb(164,119,50); }

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