#A65D37

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

Shades of Desert #A65D37

Tints of Desert #A65D37

Color information

#A65D37 (or 0xA65D37) is unknown color: approx Desert. HEX triplet: A6, 5D and 37. RGB value is (166,93,55). Sum of RGB (Red+Green+Blue) = 166+93+55=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65D37 is #59A2C8. Grayscale: #6E6E6E. Windows color (decimal): -5874377 or 3628454. OLE color: 3628454.

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

Color convert

RGB1669355-
CMYK00.440.670.35
HSL20.54º50.23%43.33%-
HSV(B)20.54º66.87%65.1%-
XYZ20.3316.215.67-
YUV110.4996.68167.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 55 (21.88% from 255) = 17.52%
R=52.87%
G=29.62%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166935500.440.670.3520.5450.2343.33
HexA65D3702C432315322b
Octal2461356705410343256253
Binary1010011010111011101110101100100001110001110101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D37; }

 p { color: rgb(166,93,55); }

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

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

 a { background-color: rgb(166,93,55); }

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

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

 span { border-color: rgb(166,93,55); }

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