#A35F35

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

Shades of Desert #A35F35

Tints of Desert #A35F35

Color information

#A35F35 (or 0xA35F35) is unknown color: approx Desert. HEX triplet: A3, 5F and 35. RGB value is (163,95,53). Sum of RGB (Red+Green+Blue) = 163+95+53=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F35 is #5CA0CA. Grayscale: #6E6E6E. Windows color (decimal): -6070475 or 3497891. OLE color: 3497891.

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

Color convert

RGB1639553-
CMYK00.420.670.36
HSL22.91º50.93%42.35%-
HSV(B)22.91º67.48%63.92%-
XYZ19.8416.235.45-
YUV110.5495.53165.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=52.41%
G=30.55%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163955300.420.670.3622.9150.9342.35
HexA35F3502A432417332a
Octal2431376505210344276352
Binary1010001110111111101010101010100001110010010111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F35; }

 p { color: rgb(163,95,53); }

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

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

 a { background-color: rgb(163,95,53); }

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

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

 span { border-color: rgb(163,95,53); }

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