Shades of Sahara #AD9827
Tints of Sahara #AD9827
RGB
CMYK
RGB Variations
Color information
#AD9827 (or 0xAD9827) is known color: Sahara. HEX triplet: AD, 98 and 27. RGB value is (173,152,39). Sum of RGB (Red+Green+Blue) = 173+152+39=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9827 is #5267D8. Grayscale: #919191. Windows color (decimal): -5400537 or 2594989. OLE color: 2594989.
HSL color Cylindrical-coordinate representation of color #AD9827: hue angle of 50.6º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD9827 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 39 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.32 |
| HSL | 50.6º | 0.63% | 0.42% | - |
| HSV(B) | 50.6º | 0.77% | 0.68% | - |
| XYZ | 28.83 | 31.49 | 6.48 | - |
| YUV | 145.4 | 67.96 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 39 | 0 | 0.12 | 0.77 | 0.32 | 50.6 | 0.63 | 0.42 |
| Hex | AD | 98 | 27 | 0 | C | 4D | 20 | 33 | 3F | 2A |
| Octal | 255 | 230 | 47 | 0 | 14 | 115 | 40 | 63 | 77 | 52 |
| Binary | 10101101 | 10011000 | 100111 | 0 | 1100 | 1001101 | 100000 | 110011 | 111111 | 101010 |
Color Harmonies of #AD9827
Complementary color
Monochromatic Colors of #AD9827
Black with #AD9827
Text Example
Text Example
White with #AD9827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9827; }
p { color: rgb(173,152,39); }
H1.HeaderClassName
{
color: #AD9827;
}
.AnyTagClassName
{
color: #AD9827;
}
</style>
background-color css
<style>
a { background-color: #AD9827; }
a { background-color: rgb(173,152,39); }
div.DivClassName
{
background-color: #AD9827;
}
.BgClassName
{
background-color: #AD9827;
}
</style>
border-color css
<style>
span { border-color: #AD9827; }
span { border-color: rgb(173,152,39); }
td.TdClassName
{
border-color: #AD9827;
}
.TagClassName
{
border-color: #AD9827;
}
</style>