#A05C38

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

Shades of Desert #A05C38

Tints of Desert #A05C38

Color information

#A05C38 (or 0xA05C38) is unknown color: approx Desert. HEX triplet: A0, 5C and 38. RGB value is (160,92,56). Sum of RGB (Red+Green+Blue) = 160+92+56=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C38 is #5FA3C7. Grayscale: #6C6C6C. Windows color (decimal): -6267848 or 3693728. OLE color: 3693728.

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

Color convert

RGB1609256-
CMYK00.430.650.37
HSL20.77º48.15%42.35%-
HSV(B)20.77º65%62.75%-
XYZ19.0415.415.71-
YUV108.2398.53164.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.95%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=51.95%
G=29.87%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160925600.430.650.3720.7748.1542.35
HexA05C3802B412515302a
Octal2401347005310145256052
Binary1010000010111001110000101011100000110010110101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05C38; }

 p { color: rgb(160,92,56); }

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

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

 a { background-color: rgb(160,92,56); }

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

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

 span { border-color: rgb(160,92,56); }

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