#A1782F

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

Shades of Hot Toddy #A1782F

Tints of Hot Toddy #A1782F

Color information

#A1782F (or 0xA1782F) is unknown color: approx Hot Toddy. HEX triplet: A1, 78 and 2F. RGB value is (161,120,47). Sum of RGB (Red+Green+Blue) = 161+120+47=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A1782F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1782F is #5E87D0. Grayscale: #7C7C7C. Windows color (decimal): -6195153 or 3111073. OLE color: 3111073.

HSL color Cylindrical-coordinate representation of color #A1782F: hue angle of 38.42º 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 #A1782F is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB16112047-
CMYK00.250.710.37
HSL38.42º54.81%40.78%-
HSV(B)38.42º70.81%63.14%-
XYZ21.9321.225.63-
YUV123.9484.58154.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 47 (18.75% from 255) = 14.33%
R=49.09%
G=36.59%
B=14.33%

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
Decimal1611204700.250.710.3738.4254.8140.78
HexA1782F0194725263729
Octal2411705703110745466751
Binary1010000111110001011110110011000111100101100110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1782F; }

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

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

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

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

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

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

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

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