#A27E31

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

Shades of Hot Toddy #A27E31

Tints of Hot Toddy #A27E31

Color information

#A27E31 (or 0xA27E31) is unknown color: approx Hot Toddy. HEX triplet: A2, 7E and 31. RGB value is (162,126,49). Sum of RGB (Red+Green+Blue) = 162+126+49=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E31 is #5D81CE. Grayscale: #808080. Windows color (decimal): -6128079 or 3243682. OLE color: 3243682.

HSL color Cylindrical-coordinate representation of color #A27E31: hue angle of 40.88º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A27E31 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16212649-
CMYK00.220.700.36
HSL40.88º53.55%41.37%-
HSV(B)40.88º69.75%63.53%-
XYZ22.9222.826.1-
YUV127.9983.43152.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 126 (49.61% from 255) = 37.39%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=48.07%
G=37.39%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621264900.220.700.3640.8853.5541.37
HexA27E310164624293629
Octal2421766102610644516651
Binary1010001011111101100010101101000110100100101001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27E31; }

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

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

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

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

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

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

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

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