#A1742A

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

Shades of Hot Toddy #A1742A

Tints of Hot Toddy #A1742A

Color information

#A1742A (or 0xA1742A) is unknown color: approx Hot Toddy. HEX triplet: A1, 74 and 2A. RGB value is (161,116,42). Sum of RGB (Red+Green+Blue) = 161+116+42=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1742A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1742A is #5E8BD5. Grayscale: #797979. Windows color (decimal): -6196182 or 2782369. OLE color: 2782369.

HSL color Cylindrical-coordinate representation of color #A1742A: hue angle of 37.31º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1742A is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB16111642-
CMYK00.280.740.37
HSL37.31º58.62%39.8%-
HSV(B)37.31º73.91%63.14%-
XYZ21.3620.244.97-
YUV121.0283.41156.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 42 (16.80% from 255) = 13.17%
R=50.47%
G=36.36%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611164200.280.740.3737.3158.6239.8
HexA1742A01C4A25253b28
Octal2411645203411245457350
Binary1010000111101001010100111001001010100101100101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1742A; }

 p { color: rgb(161,116,42); }

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

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

 a { background-color: rgb(161,116,42); }

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

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

 span { border-color: rgb(161,116,42); }

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