#A2742E

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

Shades of Hot Toddy #A2742E

Tints of Hot Toddy #A2742E

Color information

#A2742E (or 0xA2742E) is unknown color: approx Hot Toddy. HEX triplet: A2, 74 and 2E. RGB value is (162,116,46). Sum of RGB (Red+Green+Blue) = 162+116+46=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2742E is #5D8BD1. Grayscale: #7A7A7A. Windows color (decimal): -6130642 or 3044514. OLE color: 3044514.

HSL color Cylindrical-coordinate representation of color #A2742E: hue angle of 36.21º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2742E is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16211646-
CMYK00.280.720.36
HSL36.21º55.77%40.78%-
HSV(B)36.21º71.6%63.53%-
XYZ21.6420.375.38-
YUV121.7785.24156.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 46 (18.36% from 255) = 14.20%
R=50%
G=35.80%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621164600.280.720.3636.2155.7740.78
HexA2742E01C4824243829
Octal2421645603411044447051
Binary1010001011101001011100111001001000100100100100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2742E; }

 p { color: rgb(162,116,46); }

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

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

 a { background-color: rgb(162,116,46); }

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

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

 span { border-color: rgb(162,116,46); }

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