Shades of Sahara #AD9124
Tints of Sahara #AD9124
RGB
CMYK
RGB Variations
Color information
#AD9124 (or 0xAD9124) is known color: Sahara. HEX triplet: AD, 91 and 24. RGB value is (173,145,36). Sum of RGB (Red+Green+Blue) = 173+145+36=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9124 is #526EDB. Grayscale: #8D8D8D. Windows color (decimal): -5402332 or 2396589. OLE color: 2396589.
HSL color Cylindrical-coordinate representation of color #AD9124: hue angle of 47.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD9124 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 36 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.32 |
| HSL | 47.74º | 0.66% | 0.41% | - |
| HSV(B) | 47.74º | 0.79% | 0.68% | - |
| XYZ | 27.68 | 29.26 | 5.86 | - |
| YUV | 140.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 36 | 0 | 0.16 | 0.79 | 0.32 | 47.74 | 0.66 | 0.41 |
| Hex | AD | 91 | 24 | 0 | 10 | 4F | 20 | 30 | 42 | 29 |
| Octal | 255 | 221 | 44 | 0 | 20 | 117 | 40 | 60 | 102 | 51 |
| Binary | 10101101 | 10010001 | 100100 | 0 | 10000 | 1001111 | 100000 | 110000 | 1000010 | 101001 |
Color Harmonies of #AD9124
Complementary color
Monochromatic Colors of #AD9124
Black with #AD9124
Text Example
Text Example
White with #AD9124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9124; }
p { color: rgb(173,145,36); }
H1.HeaderClassName
{
color: #AD9124;
}
.AnyTagClassName
{
color: #AD9124;
}
</style>
background-color css
<style>
a { background-color: #AD9124; }
a { background-color: rgb(173,145,36); }
div.DivClassName
{
background-color: #AD9124;
}
.BgClassName
{
background-color: #AD9124;
}
</style>
border-color css
<style>
span { border-color: #AD9124; }
span { border-color: rgb(173,145,36); }
td.TdClassName
{
border-color: #AD9124;
}
.TagClassName
{
border-color: #AD9124;
}
</style>