#A2722A

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

Shades of Hot Toddy #A2722A

Tints of Hot Toddy #A2722A

Color information

#A2722A (or 0xA2722A) is unknown color: approx Hot Toddy. HEX triplet: A2, 72 and 2A. RGB value is (162,114,42). Sum of RGB (Red+Green+Blue) = 162+114+42=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A2722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2722A is #5D8DD5. Grayscale: #787878. Windows color (decimal): -6131158 or 2781858. OLE color: 2781858.

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

Color convert

RGB16211442-
CMYK00.300.740.36
HSL36º58.82%40%-
HSV(B)36º74.07%63.53%-
XYZ21.3419.884.9-
YUV120.1483.9157.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 42 (16.80% from 255) = 13.21%
R=50.94%
G=35.85%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621144200.300.740.363658.8240
HexA2722A01E4A24243b28
Octal2421625203611244447350
Binary1010001011100101010100111101001010100100100100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2722A; }

 p { color: rgb(162,114,42); }

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

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

 a { background-color: rgb(162,114,42); }

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

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

 span { border-color: rgb(162,114,42); }

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