#A35D3C

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

Shades of Desert #A35D3C

Tints of Desert #A35D3C

Color information

#A35D3C (or 0xA35D3C) is unknown color: approx Desert. HEX triplet: A3, 5D and 3C. RGB value is (163,93,60). Sum of RGB (Red+Green+Blue) = 163+93+60=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35D3C is #5CA2C3. Grayscale: #6E6E6E. Windows color (decimal): -6070980 or 3956131. OLE color: 3956131.

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

Color convert

RGB1639360-
CMYK00.430.630.36
HSL19.22º46.19%43.73%-
HSV(B)19.22º63.19%63.92%-
XYZ19.8315.946.31-
YUV110.1799.69165.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=51.58%
G=29.43%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163936000.430.630.3619.2246.1943.73
HexA35D3C02B3F24132e2c
Octal243135740537744235654
Binary101000111011101111100010101111111110010010011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D3C; }

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

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

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

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

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

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

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

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