#A0782F

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

Shades of Hot Toddy #A0782F

Tints of Hot Toddy #A0782F

Color information

#A0782F (or 0xA0782F) is unknown color: approx Hot Toddy. HEX triplet: A0, 78 and 2F. RGB value is (160,120,47). Sum of RGB (Red+Green+Blue) = 160+120+47=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A0782F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0782F is #5F87D0. Grayscale: #7B7B7B. Windows color (decimal): -6260689 or 3111072. OLE color: 3111072.

HSL color Cylindrical-coordinate representation of color #A0782F: hue angle of 38.76º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0782F is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB16012047-
CMYK00.250.710.37
HSL38.76º54.59%40.59%-
HSV(B)38.76º70.63%62.75%-
XYZ21.7321.115.62-
YUV123.6484.75153.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 120 (47.27% from 255) = 36.70%
BLUE value IS 47 (18.75% from 255) = 14.37%
R=48.93%
G=36.70%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601204700.250.710.3738.7654.5940.59
HexA0782F0194725273729
Octal2401705703110745476751
Binary1010000011110001011110110011000111100101100111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0782F; }

 p { color: rgb(160,120,47); }

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

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

 a { background-color: rgb(160,120,47); }

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

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

 span { border-color: rgb(160,120,47); }

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