#AA5D39

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

Shades of Desert #AA5D39

Tints of Desert #AA5D39

Color information

#AA5D39 (or 0xAA5D39) is unknown color: approx Desert. HEX triplet: AA, 5D and 39. RGB value is (170,93,57). Sum of RGB (Red+Green+Blue) = 170+93+57=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D39 is #55A2C6. Grayscale: #707070. Windows color (decimal): -5612231 or 3759530. OLE color: 3759530.

HSL color Cylindrical-coordinate representation of color #AA5D39: hue angle of 19.12º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA5D39 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1709357-
CMYK00.450.660.33
HSL19.12º49.78%44.51%-
HSV(B)19.12º66.47%66.67%-
XYZ21.2316.675.97-
YUV111.9297.01169.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.12%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 57 (22.66% from 255) = 17.81%
R=53.12%
G=29.06%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170935700.450.660.3319.1249.7844.51
HexAA5D3902D422113322d
Octal2521357105510241236255
Binary1010101010111011110010101101100001010000110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D39; }

 p { color: rgb(170,93,57); }

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

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

 a { background-color: rgb(170,93,57); }

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

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

 span { border-color: rgb(170,93,57); }

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