#A2762E

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

Shades of Hot Toddy #A2762E

Tints of Hot Toddy #A2762E

Color information

#A2762E (or 0xA2762E) is unknown color: approx Hot Toddy. HEX triplet: A2, 76 and 2E. RGB value is (162,118,46). Sum of RGB (Red+Green+Blue) = 162+118+46=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2762E is #5D89D1. Grayscale: #7B7B7B. Windows color (decimal): -6130130 or 3045026. OLE color: 3045026.

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

Color convert

RGB16211846-
CMYK00.270.720.36
HSL37.24º55.77%40.78%-
HSV(B)37.24º71.6%63.53%-
XYZ21.8720.845.45-
YUV122.9584.58155.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 46 (18.36% from 255) = 14.11%
R=49.69%
G=36.20%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621184600.270.720.3637.2455.7740.78
HexA2762E01B4824253829
Octal2421665603311044457051
Binary1010001011101101011100110111001000100100100101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2762E; }

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

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

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

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

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

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

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

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