#A45C39

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

Shades of Desert #A45C39

Tints of Desert #A45C39

Color information

#A45C39 (or 0xA45C39) is unknown color: approx Desert. HEX triplet: A4, 5C and 39. RGB value is (164,92,57). Sum of RGB (Red+Green+Blue) = 164+92+57=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45C39 is #5BA3C6. Grayscale: #6D6D6D. Windows color (decimal): -6005703 or 3759268. OLE color: 3759268.

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

Color convert

RGB1649257-
CMYK00.440.650.36
HSL19.63º48.42%43.33%-
HSV(B)19.63º65.24%64.31%-
XYZ19.8815.845.88-
YUV109.5498.35166.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 57 (22.66% from 255) = 18.21%
R=52.40%
G=29.39%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164925700.440.650.3619.6348.4243.33
HexA45C3902C412414302b
Octal2441347105410144246053
Binary1010010010111001110010101100100000110010010100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45C39; }

 p { color: rgb(164,92,57); }

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

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

 a { background-color: rgb(164,92,57); }

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

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

 span { border-color: rgb(164,92,57); }

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