Shades of Desert #A65C39
Tints of Desert #A65C39
RGB
CMYK
RGB Variations
Color information
#A65C39 (or 0xA65C39) is known color: Desert. HEX triplet: A6, 5C and 39. RGB value is (166,92,57). Sum of RGB (Red+Green+Blue) = 166+92+57=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C39 is #59A3C6. Grayscale: #6E6E6E. Windows color (decimal): -5874631 or 3759270. OLE color: 3759270.
HSL color Cylindrical-coordinate representation of color #A65C39: hue angle of 19.27º 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 #A65C39 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 57 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.35 |
| HSL | 19.27º | 0.49% | 0.44% | - |
| HSV(B) | 19.27º | 0.66% | 0.65% | - |
| XYZ | 20.29 | 16.06 | 5.9 | - |
| YUV | 110.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 57 | 0 | 0.45 | 0.66 | 0.35 | 19.27 | 0.49 | 0.44 |
| Hex | A6 | 5C | 39 | 0 | 2D | 42 | 23 | 13 | 31 | 2C |
| Octal | 246 | 134 | 71 | 0 | 55 | 102 | 43 | 23 | 61 | 54 |
| Binary | 10100110 | 1011100 | 111001 | 0 | 101101 | 1000010 | 100011 | 10011 | 110001 | 101100 |
Color Harmonies of #A65C39
Complementary color
Monochromatic Colors of #A65C39
Black with #A65C39
Text Example
Text Example
White with #A65C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C39; }
p { color: rgb(166,92,57); }
H1.HeaderClassName
{
color: #A65C39;
}
.AnyTagClassName
{
color: #A65C39;
}
</style>
background-color css
<style>
a { background-color: #A65C39; }
a { background-color: rgb(166,92,57); }
div.DivClassName
{
background-color: #A65C39;
}
.BgClassName
{
background-color: #A65C39;
}
</style>
border-color css
<style>
span { border-color: #A65C39; }
span { border-color: rgb(166,92,57); }
td.TdClassName
{
border-color: #A65C39;
}
.TagClassName
{
border-color: #A65C39;
}
</style>