#A2782D

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

Shades of Hot Toddy #A2782D

Tints of Hot Toddy #A2782D

Color information

#A2782D (or 0xA2782D) is unknown color: approx Hot Toddy. HEX triplet: A2, 78 and 2D. RGB value is (162,120,45). Sum of RGB (Red+Green+Blue) = 162+120+45=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2782D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2782D is #5D87D2. Grayscale: #7C7C7C. Windows color (decimal): -6129619 or 2980002. OLE color: 2980002.

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

Color convert

RGB16212045-
CMYK00.260.720.36
HSL38.46º56.52%40.59%-
HSV(B)38.46º72.22%63.53%-
XYZ22.0921.35.43-
YUV124.0183.41155.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 120 (47.27% from 255) = 36.70%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=49.54%
G=36.70%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621204500.260.720.3638.4656.5240.59
HexA2782D01A4824263929
Octal2421705503211044467151
Binary1010001011110001011010110101001000100100100110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2782D; }

 p { color: rgb(162,120,45); }

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

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

 a { background-color: rgb(162,120,45); }

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

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

 span { border-color: rgb(162,120,45); }

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