#A45C35

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

Shades of Desert #A45C35

Tints of Desert #A45C35

Color information

#A45C35 (or 0xA45C35) is unknown color: approx Desert. HEX triplet: A4, 5C and 35. RGB value is (164,92,53). Sum of RGB (Red+Green+Blue) = 164+92+53=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45C35 is #5BA3CA. Grayscale: #6D6D6D. Windows color (decimal): -6005707 or 3497124. OLE color: 3497124.

HSL color Cylindrical-coordinate representation of color #A45C35: hue angle of 21.08º 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 #A45C35 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB1649253-
CMYK00.440.680.36
HSL21.08º51.15%42.55%-
HSV(B)21.08º67.68%64.31%-
XYZ19.7815.85.38-
YUV109.0896.35167.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.07%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 53 (21.09% from 255) = 17.15%
R=53.07%
G=29.77%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164925300.440.680.3621.0851.1542.55
HexA45C3502C442415332b
Octal2441346505410444256353
Binary1010010010111001101010101100100010010010010101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45C35; }

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

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

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

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

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

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

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

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