#A35D3E

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

Shades of Desert #A35D3E

Tints of Desert #A35D3E

Color information

#A35D3E (or 0xA35D3E) is unknown color: approx Desert. HEX triplet: A3, 5D and 3E. RGB value is (163,93,62). Sum of RGB (Red+Green+Blue) = 163+93+62=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35D3E is #5CA2C1. Grayscale: #6E6E6E. Windows color (decimal): -6070978 or 4087203. OLE color: 4087203.

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

Color convert

RGB1639362-
CMYK00.430.620.36
HSL18.42º44.89%44.12%-
HSV(B)18.42º61.96%63.92%-
XYZ19.8915.966.59-
YUV110.4100.69165.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.26%
GREEN value IS 93 (36.72% from 255) = 29.25%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=51.26%
G=29.25%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163936200.430.620.3618.4244.8944.12
HexA35D3E02B3E24122d2c
Octal243135760537644225554
Binary101000111011101111110010101111111010010010010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D3E; }

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

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

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

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

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

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

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

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