#A65F39

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

Shades of Desert #A65F39

Tints of Desert #A65F39

Color information

#A65F39 (or 0xA65F39) is unknown color: approx Desert. HEX triplet: A6, 5F and 39. RGB value is (166,95,57). Sum of RGB (Red+Green+Blue) = 166+95+57=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F39 is #59A0C6. Grayscale: #707070. Windows color (decimal): -5873863 or 3760038. OLE color: 3760038.

HSL color Cylindrical-coordinate representation of color #A65F39: hue angle of 20.92º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A65F39 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1669557-
CMYK00.430.660.35
HSL20.92º48.88%43.73%-
HSV(B)20.92º65.66%65.1%-
XYZ20.5616.595.99-
YUV111.997.02166.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=52.20%
G=29.87%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166955700.430.660.3520.9248.8843.73
HexA65F3902B422315312c
Octal2461377105310243256154
Binary1010011010111111110010101011100001010001110101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F39; }

 p { color: rgb(166,95,57); }

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

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

 a { background-color: rgb(166,95,57); }

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

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

 span { border-color: rgb(166,95,57); }

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