#A35D3B

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

Shades of Desert #A35D3B

Tints of Desert #A35D3B

Color information

#A35D3B (or 0xA35D3B) is unknown color: approx Desert. HEX triplet: A3, 5D and 3B. RGB value is (163,93,59). Sum of RGB (Red+Green+Blue) = 163+93+59=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35D3B is #5CA2C4. Grayscale: #6E6E6E. Windows color (decimal): -6070981 or 3890595. OLE color: 3890595.

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

Color convert

RGB1639359-
CMYK00.430.640.36
HSL19.62º46.85%43.53%-
HSV(B)19.62º63.8%63.92%-
XYZ19.8115.936.17-
YUV110.0599.19165.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 59 (23.44% from 255) = 18.73%
R=51.75%
G=29.52%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163935900.430.640.3619.6246.8543.53
HexA35D3B02B4024142f2c
Octal2431357305310044245754
Binary1010001110111011110110101011100000010010010100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D3B; }

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

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

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

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

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

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

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

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