#A35F37

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

Shades of Desert #A35F37

Tints of Desert #A35F37

Color information

#A35F37 (or 0xA35F37) is unknown color: approx Desert. HEX triplet: A3, 5F and 37. RGB value is (163,95,55). Sum of RGB (Red+Green+Blue) = 163+95+55=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F37 is #5CA0C8. Grayscale: #6E6E6E. Windows color (decimal): -6070473 or 3628963. OLE color: 3628963.

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

Color convert

RGB1639555-
CMYK00.420.660.36
HSL22.22º49.54%42.75%-
HSV(B)22.22º66.26%63.92%-
XYZ19.8916.255.7-
YUV110.7796.53165.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 55 (21.88% from 255) = 17.57%
R=52.08%
G=30.35%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163955500.420.660.3622.2249.5442.75
HexA35F3702A422416322b
Octal2431376705210244266253
Binary1010001110111111101110101010100001010010010110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F37; }

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

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

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

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

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

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

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

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