Shades of Sahara #AD9026
Tints of Sahara #AD9026
RGB
CMYK
RGB Variations
Color information
#AD9026 (or 0xAD9026) is known color: Sahara. HEX triplet: AD, 90 and 26. RGB value is (173,144,38). Sum of RGB (Red+Green+Blue) = 173+144+38=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9026 is #526FD9. Grayscale: #8D8D8D. Windows color (decimal): -5402586 or 2527405. OLE color: 2527405.
HSL color Cylindrical-coordinate representation of color #AD9026: hue angle of 47.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD9026 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 38 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.32 |
| HSL | 47.11º | 0.64% | 0.41% | - |
| HSV(B) | 47.11º | 0.78% | 0.68% | - |
| XYZ | 27.56 | 28.97 | 5.97 | - |
| YUV | 140.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 38 | 0 | 0.17 | 0.78 | 0.32 | 47.11 | 0.64 | 0.41 |
| Hex | AD | 90 | 26 | 0 | 11 | 4E | 20 | 2F | 40 | 29 |
| Octal | 255 | 220 | 46 | 0 | 21 | 116 | 40 | 57 | 100 | 51 |
| Binary | 10101101 | 10010000 | 100110 | 0 | 10001 | 1001110 | 100000 | 101111 | 1000000 | 101001 |
Color Harmonies of #AD9026
Complementary color
Monochromatic Colors of #AD9026
Black with #AD9026
Text Example
Text Example
White with #AD9026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9026; }
p { color: rgb(173,144,38); }
H1.HeaderClassName
{
color: #AD9026;
}
.AnyTagClassName
{
color: #AD9026;
}
</style>
background-color css
<style>
a { background-color: #AD9026; }
a { background-color: rgb(173,144,38); }
div.DivClassName
{
background-color: #AD9026;
}
.BgClassName
{
background-color: #AD9026;
}
</style>
border-color css
<style>
span { border-color: #AD9026; }
span { border-color: rgb(173,144,38); }
td.TdClassName
{
border-color: #AD9026;
}
.TagClassName
{
border-color: #AD9026;
}
</style>