#A47132

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

Shades of Hot Toddy #A47132

Tints of Hot Toddy #A47132

Color information

#A47132 (or 0xA47132) is unknown color: approx Hot Toddy. HEX triplet: A4, 71 and 32. RGB value is (164,113,50). Sum of RGB (Red+Green+Blue) = 164+113+50=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A47132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47132 is #5B8ECD. Grayscale: #797979. Windows color (decimal): -6000334 or 3305892. OLE color: 3305892.

HSL color Cylindrical-coordinate representation of color #A47132: hue angle of 33.16º 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 #A47132 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16411350-
CMYK00.310.700.36
HSL33.16º53.27%41.96%-
HSV(B)33.16º69.51%64.31%-
XYZ21.7919.935.72-
YUV121.0787.9158.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 50 (19.92% from 255) = 15.29%
R=50.15%
G=34.56%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641135000.310.700.3633.1653.2741.96
HexA4713201F462421352a
Octal2441616203710644416552
Binary1010010011100011100100111111000110100100100001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47132; }

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

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

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

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

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

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

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

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