#A16541

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

Shades of Desert #A16541

Tints of Desert #A16541

Color information

#A16541 (or 0xA16541) is unknown color: approx Desert. HEX triplet: A1, 65 and 41. RGB value is (161,101,65). Sum of RGB (Red+Green+Blue) = 161+101+65=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A16541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16541 is #5E9ABE. Grayscale: #737373. Windows color (decimal): -6199999 or 4285857. OLE color: 4285857.

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

Color convert

RGB16110165-
CMYK00.370.600.37
HSL22.5º42.48%44.31%-
HSV(B)22.5º59.63%63.14%-
XYZ20.3117.277.26-
YUV114.8499.88160.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=49.24%
G=30.89%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611016500.370.600.3722.542.4844.31
HexA165410253C25162a2c
Octal2411451010457445265254
Binary1010000111001011000001010010111110010010110110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16541; }

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

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

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

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

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

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

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

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