#A16339

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

Shades of Desert #A16339

Tints of Desert #A16339

Color information

#A16339 (or 0xA16339) is unknown color: approx Desert. HEX triplet: A1, 63 and 39. RGB value is (161,99,57). Sum of RGB (Red+Green+Blue) = 161+99+57=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A16339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16339 is #5E9CC6. Grayscale: #707070. Windows color (decimal): -6200519 or 3761057. OLE color: 3761057.

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

Color convert

RGB1619957-
CMYK00.390.650.37
HSL24.23º47.71%42.75%-
HSV(B)24.23º64.6%63.14%-
XYZ19.916.86.06-
YUV112.7596.54162.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=50.79%
G=31.23%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161995700.390.650.3724.2347.7142.75
HexA16339027412518302b
Octal2411437104710145306053
Binary1010000111000111110010100111100000110010111000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16339; }

 p { color: rgb(161,99,57); }

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

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

 a { background-color: rgb(161,99,57); }

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

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

 span { border-color: rgb(161,99,57); }

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