#A16841

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

Shades of Desert #A16841

Tints of Desert #A16841

Color information

#A16841 (or 0xA16841) is unknown color: approx Desert. HEX triplet: A1, 68 and 41. RGB value is (161,104,65). Sum of RGB (Red+Green+Blue) = 161+104+65=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A16841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16841 is #5E97BE. Grayscale: #747474. Windows color (decimal): -6199231 or 4286625. OLE color: 4286625.

HSL color Cylindrical-coordinate representation of color #A16841: hue angle of 24.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A16841 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB16110465-
CMYK00.350.600.37
HSL24.38º42.48%44.31%-
HSV(B)24.38º59.63%63.14%-
XYZ20.617.867.36-
YUV116.698.88159.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=48.79%
G=31.52%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611046500.350.600.3724.3842.4844.31
HexA168410233C25182a2c
Octal2411501010437445305254
Binary1010000111010001000001010001111110010010111000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16841; }

 p { color: rgb(161,104,65); }

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

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

 a { background-color: rgb(161,104,65); }

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

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

 span { border-color: rgb(161,104,65); }

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