#A47431

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

Shades of Hot Toddy #A47431

Tints of Hot Toddy #A47431

Color information

#A47431 (or 0xA47431) is unknown color: approx Hot Toddy. HEX triplet: A4, 74 and 31. RGB value is (164,116,49). Sum of RGB (Red+Green+Blue) = 164+116+49=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A47431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47431 is #5B8BCE. Grayscale: #7B7B7B. Windows color (decimal): -5999567 or 3241124. OLE color: 3241124.

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

Color convert

RGB16411649-
CMYK00.290.700.36
HSL34.96º53.99%41.76%-
HSV(B)34.96º70.12%64.31%-
XYZ22.1120.615.72-
YUV122.7186.4157.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 49 (19.53% from 255) = 14.89%
R=49.85%
G=35.26%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641164900.290.700.3634.9653.9941.76
HexA4743101D462423362a
Octal2441646103510644436652
Binary1010010011101001100010111011000110100100100011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47431; }

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

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

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

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

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

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

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

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