#A35C3B

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

Shades of Desert #A35C3B

Tints of Desert #A35C3B

Color information

#A35C3B (or 0xA35C3B) is unknown color: approx Desert. HEX triplet: A3, 5C and 3B. RGB value is (163,92,59). Sum of RGB (Red+Green+Blue) = 163+92+59=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C3B is #5CA3C4. Grayscale: #6D6D6D. Windows color (decimal): -6071237 or 3890339. OLE color: 3890339.

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

Color convert

RGB1639259-
CMYK00.440.640.36
HSL19.04º46.85%43.53%-
HSV(B)19.04º63.8%63.92%-
XYZ19.7215.766.14-
YUV109.4799.52166.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 59 (23.44% from 255) = 18.79%
R=51.91%
G=29.30%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163925900.440.640.3619.0446.8543.53
HexA35C3B02C4024132f2c
Octal2431347305410044235754
Binary1010001110111001110110101100100000010010010011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C3B; }

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

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

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

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

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

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

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

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