#A35C3C

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

Shades of Desert #A35C3C

Tints of Desert #A35C3C

Color information

#A35C3C (or 0xA35C3C) is unknown color: approx Desert. HEX triplet: A3, 5C and 3C. RGB value is (163,92,60). Sum of RGB (Red+Green+Blue) = 163+92+60=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C3C is #5CA3C3. Grayscale: #6D6D6D. Windows color (decimal): -6071236 or 3955875. OLE color: 3955875.

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

Color convert

RGB1639260-
CMYK00.440.630.36
HSL18.64º46.19%43.73%-
HSV(B)18.64º63.19%63.92%-
XYZ19.7515.776.28-
YUV109.58100.02166.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=51.75%
G=29.21%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163926000.440.630.3618.6446.1943.73
HexA35C3C02C3F24132e2c
Octal243134740547744235654
Binary101000111011100111100010110011111110010010011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C3C; }

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

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

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

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

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

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

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

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