Shades of Desert #A95E39
Tints of Desert #A95E39
RGB
CMYK
RGB Variations
Color information
#A95E39 (or 0xA95E39) is known color: Desert. HEX triplet: A9, 5E and 39. RGB value is (169,94,57). Sum of RGB (Red+Green+Blue) = 169+94+57=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95E39 is #56A1C6. Grayscale: #707070. Windows color (decimal): -5677511 or 3759785. OLE color: 3759785.
HSL color Cylindrical-coordinate representation of color #A95E39: hue angle of 19.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A95E39 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 94 | 57 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.34 |
| HSL | 19.82º | 0.5% | 0.44% | - |
| HSV(B) | 19.82º | 0.66% | 0.66% | - |
| XYZ | 21.1 | 16.74 | 5.99 | - |
| YUV | 112.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 57 | 0 | 0.44 | 0.66 | 0.34 | 19.82 | 0.5 | 0.44 |
| Hex | A9 | 5E | 39 | 0 | 2C | 42 | 22 | 14 | 32 | 2C |
| Octal | 251 | 136 | 71 | 0 | 54 | 102 | 42 | 24 | 62 | 54 |
| Binary | 10101001 | 1011110 | 111001 | 0 | 101100 | 1000010 | 100010 | 10100 | 110010 | 101100 |
Color Harmonies of #A95E39
Complementary color
Monochromatic Colors of #A95E39
Black with #A95E39
Text Example
Text Example
White with #A95E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95E39; }
p { color: rgb(169,94,57); }
H1.HeaderClassName
{
color: #A95E39;
}
.AnyTagClassName
{
color: #A95E39;
}
</style>
background-color css
<style>
a { background-color: #A95E39; }
a { background-color: rgb(169,94,57); }
div.DivClassName
{
background-color: #A95E39;
}
.BgClassName
{
background-color: #A95E39;
}
</style>
border-color css
<style>
span { border-color: #A95E39; }
span { border-color: rgb(169,94,57); }
td.TdClassName
{
border-color: #A95E39;
}
.TagClassName
{
border-color: #A95E39;
}
</style>