#A2742B

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

Shades of Hot Toddy #A2742B

Tints of Hot Toddy #A2742B

Color information

#A2742B (or 0xA2742B) is unknown color: approx Hot Toddy. HEX triplet: A2, 74 and 2B. RGB value is (162,116,43). Sum of RGB (Red+Green+Blue) = 162+116+43=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2742B is #5D8BD4. Grayscale: #797979. Windows color (decimal): -6130645 or 2847906. OLE color: 2847906.

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

Color convert

RGB16211643-
CMYK00.280.730.36
HSL36.81º58.05%40.2%-
HSV(B)36.81º73.46%63.53%-
XYZ21.5820.355.08-
YUV121.4383.74156.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 43 (17.19% from 255) = 13.40%
R=50.47%
G=36.14%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621164300.280.730.3636.8158.0540.2
HexA2742B01C4924253a28
Octal2421645303411144457250
Binary1010001011101001010110111001001001100100100101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2742B; }

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

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

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

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

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

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

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

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