#A2772B

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

Shades of Hot Toddy #A2772B

Tints of Hot Toddy #A2772B

Color information

#A2772B (or 0xA2772B) is unknown color: approx Hot Toddy. HEX triplet: A2, 77 and 2B. RGB value is (162,119,43). Sum of RGB (Red+Green+Blue) = 162+119+43=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2772B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2772B is #5D88D4. Grayscale: #7B7B7B. Windows color (decimal): -6129877 or 2848674. OLE color: 2848674.

HSL color Cylindrical-coordinate representation of color #A2772B: hue angle of 38.32º 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 #A2772B is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16211943-
CMYK00.270.730.36
HSL38.32º58.05%40.2%-
HSV(B)38.32º73.46%63.53%-
XYZ21.9321.055.19-
YUV123.1982.75155.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 43 (17.19% from 255) = 13.27%
R=50%
G=36.73%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621194300.270.730.3638.3258.0540.2
HexA2772B01B4924263a28
Octal2421675303311144467250
Binary1010001011101111010110110111001001100100100110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2772B; }

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

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

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

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

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

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

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

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