#A47E31

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

Shades of Hot Toddy #A47E31

Tints of Hot Toddy #A47E31

Color information

#A47E31 (or 0xA47E31) is unknown color: approx Hot Toddy. HEX triplet: A4, 7E and 31. RGB value is (164,126,49). Sum of RGB (Red+Green+Blue) = 164+126+49=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47E31 is #5B81CE. Grayscale: #808080. Windows color (decimal): -5997007 or 3243684. OLE color: 3243684.

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

Color convert

RGB16412649-
CMYK00.230.700.36
HSL40.17º53.99%41.76%-
HSV(B)40.17º70.12%64.31%-
XYZ23.3323.046.12-
YUV128.5883.09153.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.38%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 49 (19.53% from 255) = 14.45%
R=48.38%
G=37.17%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641264900.230.700.3640.1753.9941.76
HexA47E31017462428362a
Octal2441766102710644506652
Binary1010010011111101100010101111000110100100101000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E31; }

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

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

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

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

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

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

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

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