#A05D3C

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

Shades of Desert #A05D3C

Tints of Desert #A05D3C

Color information

#A05D3C (or 0xA05D3C) is unknown color: approx Desert. HEX triplet: A0, 5D and 3C. RGB value is (160,93,60). Sum of RGB (Red+Green+Blue) = 160+93+60=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05D3C is #5FA2C3. Grayscale: #6D6D6D. Windows color (decimal): -6267588 or 3956128. OLE color: 3956128.

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

Color convert

RGB1609360-
CMYK00.420.620.37
HSL19.8º45.45%43.14%-
HSV(B)19.8º62.5%62.75%-
XYZ19.2315.636.28-
YUV109.27100.2164.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.12%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=51.12%
G=29.71%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160936000.420.620.3719.845.4543.14
HexA05D3C02A3E25142d2b
Octal240135740527645245553
Binary101000001011101111100010101011111010010110100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05D3C; }

 p { color: rgb(160,93,60); }

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

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

 a { background-color: rgb(160,93,60); }

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

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

 span { border-color: rgb(160,93,60); }

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