Shades of Sahara #AD9626
Tints of Sahara #AD9626
RGB
CMYK
RGB Variations
Color information
#AD9626 (or 0xAD9626) is known color: Sahara. HEX triplet: AD, 96 and 26. RGB value is (173,150,38). Sum of RGB (Red+Green+Blue) = 173+150+38=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9626 is #5269D9. Grayscale: #909090. Windows color (decimal): -5401050 or 2528941. OLE color: 2528941.
HSL color Cylindrical-coordinate representation of color #AD9626: hue angle of 49.78º 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 #AD9626 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 38 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.32 |
| HSL | 49.78º | 0.64% | 0.41% | - |
| HSV(B) | 49.78º | 0.78% | 0.68% | - |
| XYZ | 28.49 | 30.84 | 6.28 | - |
| YUV | 144.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 38 | 0 | 0.13 | 0.78 | 0.32 | 49.78 | 0.64 | 0.41 |
| Hex | AD | 96 | 26 | 0 | D | 4E | 20 | 32 | 40 | 29 |
| Octal | 255 | 226 | 46 | 0 | 15 | 116 | 40 | 62 | 100 | 51 |
| Binary | 10101101 | 10010110 | 100110 | 0 | 1101 | 1001110 | 100000 | 110010 | 1000000 | 101001 |
Color Harmonies of #AD9626
Complementary color
Monochromatic Colors of #AD9626
Black with #AD9626
Text Example
Text Example
White with #AD9626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9626; }
p { color: rgb(173,150,38); }
H1.HeaderClassName
{
color: #AD9626;
}
.AnyTagClassName
{
color: #AD9626;
}
</style>
background-color css
<style>
a { background-color: #AD9626; }
a { background-color: rgb(173,150,38); }
div.DivClassName
{
background-color: #AD9626;
}
.BgClassName
{
background-color: #AD9626;
}
</style>
border-color css
<style>
span { border-color: #AD9626; }
span { border-color: rgb(173,150,38); }
td.TdClassName
{
border-color: #AD9626;
}
.TagClassName
{
border-color: #AD9626;
}
</style>