Shades of Sahara #AD9125
Tints of Sahara #AD9125
RGB
CMYK
RGB Variations
Color information
#AD9125 (or 0xAD9125) is known color: Sahara. HEX triplet: AD, 91 and 25. RGB value is (173,145,37). Sum of RGB (Red+Green+Blue) = 173+145+37=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9125 is #526EDA. Grayscale: #8D8D8D. Windows color (decimal): -5402331 or 2462125. OLE color: 2462125.
HSL color Cylindrical-coordinate representation of color #AD9125: hue angle of 47.65º degrees, saturation: 0.65, 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 #AD9125 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 37 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.32 |
| HSL | 47.65º | 0.65% | 0.41% | - |
| HSV(B) | 47.65º | 0.79% | 0.68% | - |
| XYZ | 27.69 | 29.27 | 5.94 | - |
| YUV | 141.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 37 | 0 | 0.16 | 0.79 | 0.32 | 47.65 | 0.65 | 0.41 |
| Hex | AD | 91 | 25 | 0 | 10 | 4F | 20 | 30 | 41 | 29 |
| Octal | 255 | 221 | 45 | 0 | 20 | 117 | 40 | 60 | 101 | 51 |
| Binary | 10101101 | 10010001 | 100101 | 0 | 10000 | 1001111 | 100000 | 110000 | 1000001 | 101001 |
Color Harmonies of #AD9125
Complementary color
Monochromatic Colors of #AD9125
Black with #AD9125
Text Example
Text Example
White with #AD9125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9125; }
p { color: rgb(173,145,37); }
H1.HeaderClassName
{
color: #AD9125;
}
.AnyTagClassName
{
color: #AD9125;
}
</style>
background-color css
<style>
a { background-color: #AD9125; }
a { background-color: rgb(173,145,37); }
div.DivClassName
{
background-color: #AD9125;
}
.BgClassName
{
background-color: #AD9125;
}
</style>
border-color css
<style>
span { border-color: #AD9125; }
span { border-color: rgb(173,145,37); }
td.TdClassName
{
border-color: #AD9125;
}
.TagClassName
{
border-color: #AD9125;
}
</style>