#A2731E

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

Shades of Hot Toddy #A2731E

Tints of Hot Toddy #A2731E

Color information

#A2731E (or 0xA2731E) is unknown color: approx Hot Toddy. HEX triplet: A2, 73 and 1E. RGB value is (162,115,30). Sum of RGB (Red+Green+Blue) = 162+115+30=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2731E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2731E is #5D8CE1. Grayscale: #777777. Windows color (decimal): -6130914 or 1995682. OLE color: 1995682.

HSL color Cylindrical-coordinate representation of color #A2731E: hue angle of 38.64º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2731E is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB16211530-
CMYK00.290.810.36
HSL38.64º68.75%37.65%-
HSV(B)38.64º81.48%63.53%-
XYZ21.2720.043.97-
YUV119.3677.57158.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 30 (12.11% from 255) = 9.77%
R=52.77%
G=37.46%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621153000.290.810.3638.6468.7537.65
HexA2731E01D5124274526
Octal24216336035121444710546
Binary1010001011100111111001110110100011001001001111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2731E; }

 p { color: rgb(162,115,30); }

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

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

 a { background-color: rgb(162,115,30); }

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

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

 span { border-color: rgb(162,115,30); }

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