#A16242

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

Shades of Desert #A16242

Tints of Desert #A16242

Color information

#A16242 (or 0xA16242) is unknown color: approx Desert. HEX triplet: A1, 62 and 42. RGB value is (161,98,66). Sum of RGB (Red+Green+Blue) = 161+98+66=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A16242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16242 is #5E9DBD. Grayscale: #717171. Windows color (decimal): -6200766 or 4350625. OLE color: 4350625.

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

Color convert

RGB1619866-
CMYK00.390.590.37
HSL20.21º41.85%44.51%-
HSV(B)20.21º59.01%63.14%-
XYZ20.0516.717.32-
YUV113.19101.37162.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=49.54%
G=30.15%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161986600.390.590.3720.2141.8544.51
HexA162420273B25142a2d
Octal2411421020477345245255
Binary1010000111000101000010010011111101110010110100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16242; }

 p { color: rgb(161,98,66); }

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

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

 a { background-color: rgb(161,98,66); }

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

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

 span { border-color: rgb(161,98,66); }

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