Shades of Desert #A9613B
Tints of Desert #A9613B
RGB
CMYK
RGB Variations
Color information
#A9613B (or 0xA9613B) is known color: Desert. HEX triplet: A9, 61 and 3B. RGB value is (169,97,59). Sum of RGB (Red+Green+Blue) = 169+97+59=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A9613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9613B is #569EC4. Grayscale: #727272. Windows color (decimal): -5676741 or 3891625. OLE color: 3891625.
HSL color Cylindrical-coordinate representation of color #A9613B: hue angle of 20.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9613B is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 59 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.34 |
| HSL | 20.73º | 0.48% | 0.45% | - |
| HSV(B) | 20.73º | 0.65% | 0.66% | - |
| XYZ | 21.43 | 17.3 | 6.35 | - |
| YUV | 114.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 59 | 0 | 0.43 | 0.65 | 0.34 | 20.73 | 0.48 | 0.45 |
| Hex | A9 | 61 | 3B | 0 | 2B | 41 | 22 | 15 | 30 | 2D |
| Octal | 251 | 141 | 73 | 0 | 53 | 101 | 42 | 25 | 60 | 55 |
| Binary | 10101001 | 1100001 | 111011 | 0 | 101011 | 1000001 | 100010 | 10101 | 110000 | 101101 |
Color Harmonies of #A9613B
Complementary color
Monochromatic Colors of #A9613B
Black with #A9613B
Text Example
Text Example
White with #A9613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9613B; }
p { color: rgb(169,97,59); }
H1.HeaderClassName
{
color: #A9613B;
}
.AnyTagClassName
{
color: #A9613B;
}
</style>
background-color css
<style>
a { background-color: #A9613B; }
a { background-color: rgb(169,97,59); }
div.DivClassName
{
background-color: #A9613B;
}
.BgClassName
{
background-color: #A9613B;
}
</style>
border-color css
<style>
span { border-color: #A9613B; }
span { border-color: rgb(169,97,59); }
td.TdClassName
{
border-color: #A9613B;
}
.TagClassName
{
border-color: #A9613B;
}
</style>