#A47231

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

Shades of Hot Toddy #A47231

Tints of Hot Toddy #A47231

Color information

#A47231 (or 0xA47231) is unknown color: approx Hot Toddy. HEX triplet: A4, 72 and 31. RGB value is (164,114,49). Sum of RGB (Red+Green+Blue) = 164+114+49=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A47231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47231 is #5B8DCE. Grayscale: #797979. Windows color (decimal): -6000079 or 3240612. OLE color: 3240612.

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

Color convert

RGB16411449-
CMYK00.300.700.36
HSL33.91º53.99%41.76%-
HSV(B)33.91º70.12%64.31%-
XYZ21.8820.155.64-
YUV121.5487.06158.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=50.15%
G=34.86%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641144900.300.700.3633.9153.9941.76
HexA4723101E462422362a
Octal2441626103610644426652
Binary1010010011100101100010111101000110100100100010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47231; }

 p { color: rgb(164,114,49); }

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

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

 a { background-color: rgb(164,114,49); }

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

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

 span { border-color: rgb(164,114,49); }

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