#A35E3B

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

Shades of Desert #A35E3B

Tints of Desert #A35E3B

Color information

#A35E3B (or 0xA35E3B) is unknown color: approx Desert. HEX triplet: A3, 5E and 3B. RGB value is (163,94,59). Sum of RGB (Red+Green+Blue) = 163+94+59=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E3B is #5CA1C4. Grayscale: #6E6E6E. Windows color (decimal): -6070725 or 3890851. OLE color: 3890851.

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

Color convert

RGB1639459-
CMYK00.420.640.36
HSL20.19º46.85%43.53%-
HSV(B)20.19º63.8%63.92%-
XYZ19.916.116.2-
YUV110.6498.86165.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 59 (23.44% from 255) = 18.67%
R=51.58%
G=29.75%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163945900.420.640.3620.1946.8543.53
HexA35E3B02A4024142f2c
Octal2431367305210044245754
Binary1010001110111101110110101010100000010010010100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E3B; }

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

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

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

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

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

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

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

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