#A45D35

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

Shades of Desert #A45D35

Tints of Desert #A45D35

Color information

#A45D35 (or 0xA45D35) is unknown color: approx Desert. HEX triplet: A4, 5D and 35. RGB value is (164,93,53). Sum of RGB (Red+Green+Blue) = 164+93+53=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D35 is #5BA2CA. Grayscale: #6D6D6D. Windows color (decimal): -6005451 or 3497380. OLE color: 3497380.

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

Color convert

RGB1649353-
CMYK00.430.680.36
HSL21.62º51.15%42.55%-
HSV(B)21.62º67.68%64.31%-
XYZ19.8715.985.41-
YUV109.6796.02166.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=52.90%
G=30%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164935300.430.680.3621.6251.1542.55
HexA45D3502B442416332b
Octal2441356505310444266353
Binary1010010010111011101010101011100010010010010110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45D35; }

 p { color: rgb(164,93,53); }

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

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

 a { background-color: rgb(164,93,53); }

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

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

 span { border-color: rgb(164,93,53); }

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