Shades of Desert #A65D3E
Tints of Desert #A65D3E
RGB
CMYK
RGB Variations
Color information
#A65D3E (or 0xA65D3E) is known color: Desert. HEX triplet: A6, 5D and 3E. RGB value is (166,93,62). Sum of RGB (Red+Green+Blue) = 166+93+62=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65D3E is #59A2C1. Grayscale: #6F6F6F. Windows color (decimal): -5874370 or 4087206. OLE color: 4087206.
HSL color Cylindrical-coordinate representation of color #A65D3E: hue angle of 17.88º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A65D3E is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 62 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.35 |
| HSL | 17.88º | 0.46% | 0.45% | - |
| HSV(B) | 17.88º | 0.63% | 0.65% | - |
| XYZ | 20.51 | 16.28 | 6.62 | - |
| YUV | 111.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 62 | 0 | 0.44 | 0.63 | 0.35 | 17.88 | 0.46 | 0.45 |
| Hex | A6 | 5D | 3E | 0 | 2C | 3F | 23 | 12 | 2E | 2D |
| Octal | 246 | 135 | 76 | 0 | 54 | 77 | 43 | 22 | 56 | 55 |
| Binary | 10100110 | 1011101 | 111110 | 0 | 101100 | 111111 | 100011 | 10010 | 101110 | 101101 |
Color Harmonies of #A65D3E
Complementary color
Monochromatic Colors of #A65D3E
Black with #A65D3E
Text Example
Text Example
White with #A65D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D3E; }
p { color: rgb(166,93,62); }
H1.HeaderClassName
{
color: #A65D3E;
}
.AnyTagClassName
{
color: #A65D3E;
}
</style>
background-color css
<style>
a { background-color: #A65D3E; }
a { background-color: rgb(166,93,62); }
div.DivClassName
{
background-color: #A65D3E;
}
.BgClassName
{
background-color: #A65D3E;
}
</style>
border-color css
<style>
span { border-color: #A65D3E; }
span { border-color: rgb(166,93,62); }
td.TdClassName
{
border-color: #A65D3E;
}
.TagClassName
{
border-color: #A65D3E;
}
</style>