#A16642

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

Shades of Desert #A16642

Tints of Desert #A16642

Color information

#A16642 (or 0xA16642) is unknown color: approx Desert. HEX triplet: A1, 66 and 42. RGB value is (161,102,66). Sum of RGB (Red+Green+Blue) = 161+102+66=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A16642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16642 is #5E99BD. Grayscale: #737373. Windows color (decimal): -6199742 or 4351649. OLE color: 4351649.

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

Color convert

RGB16110266-
CMYK00.370.590.37
HSL22.74º41.85%44.51%-
HSV(B)22.74º59.01%63.14%-
XYZ20.4317.477.45-
YUV115.54100.05160.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 66 (26.17% from 255) = 20.06%
R=48.94%
G=31.00%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611026600.370.590.3722.7441.8544.51
HexA166420253B25172a2d
Octal2411461020457345275255
Binary1010000111001101000010010010111101110010110111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16642; }

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

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

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

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

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

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

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

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