#A47631

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

Shades of Hot Toddy #A47631

Tints of Hot Toddy #A47631

Color information

#A47631 (or 0xA47631) is unknown color: approx Hot Toddy. HEX triplet: A4, 76 and 31. RGB value is (164,118,49). Sum of RGB (Red+Green+Blue) = 164+118+49=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A47631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47631 is #5B89CE. Grayscale: #7C7C7C. Windows color (decimal): -5999055 or 3241636. OLE color: 3241636.

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

Color convert

RGB16411849-
CMYK00.280.700.36
HSL36º53.99%41.76%-
HSV(B)36º70.12%64.31%-
XYZ22.3421.075.8-
YUV123.8985.74156.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 49 (19.53% from 255) = 14.80%
R=49.55%
G=35.65%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641184900.280.700.363653.9941.76
HexA4763101C462424362a
Octal2441666103410644446652
Binary1010010011101101100010111001000110100100100100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47631; }

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

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

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

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

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

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

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

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