#A35F3F

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

Shades of Desert #A35F3F

Tints of Desert #A35F3F

Color information

#A35F3F (or 0xA35F3F) is unknown color: approx Desert. HEX triplet: A3, 5F and 3F. RGB value is (163,95,63). Sum of RGB (Red+Green+Blue) = 163+95+63=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F3F is #5CA0C0. Grayscale: #6F6F6F. Windows color (decimal): -6070465 or 4153251. OLE color: 4153251.

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

Color convert

RGB1639563-
CMYK00.420.610.36
HSL19.2º44.25%44.31%-
HSV(B)19.2º61.35%63.92%-
XYZ20.0916.336.8-
YUV111.68100.53164.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 63 (25% from 255) = 19.63%
R=50.78%
G=29.60%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163956300.420.610.3619.244.2544.31
HexA35F3F02A3D24132c2c
Octal243137770527544235454
Binary101000111011111111111010101011110110010010011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F3F; }

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

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

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

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

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

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

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

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