Shades of Sahara #AD8F26
Tints of Sahara #AD8F26
RGB
CMYK
RGB Variations
Color information
#AD8F26 (or 0xAD8F26) is known color: Sahara. HEX triplet: AD, 8F and 26. RGB value is (173,143,38). Sum of RGB (Red+Green+Blue) = 173+143+38=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F26 is #5270D9. Grayscale: #8C8C8C. Windows color (decimal): -5402842 or 2527149. OLE color: 2527149.
HSL color Cylindrical-coordinate representation of color #AD8F26: hue angle of 46.67º 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 #AD8F26 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 38 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.32 |
| HSL | 46.67º | 0.64% | 0.41% | - |
| HSV(B) | 46.67º | 0.78% | 0.68% | - |
| XYZ | 27.41 | 28.67 | 5.92 | - |
| YUV | 140 | 70.44 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 38 | 0 | 0.17 | 0.78 | 0.32 | 46.67 | 0.64 | 0.41 |
| Hex | AD | 8F | 26 | 0 | 11 | 4E | 20 | 2F | 40 | 29 |
| Octal | 255 | 217 | 46 | 0 | 21 | 116 | 40 | 57 | 100 | 51 |
| Binary | 10101101 | 10001111 | 100110 | 0 | 10001 | 1001110 | 100000 | 101111 | 1000000 | 101001 |
Color Harmonies of #AD8F26
Complementary color
Monochromatic Colors of #AD8F26
Black with #AD8F26
Text Example
Text Example
White with #AD8F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F26; }
p { color: rgb(173,143,38); }
H1.HeaderClassName
{
color: #AD8F26;
}
.AnyTagClassName
{
color: #AD8F26;
}
</style>
background-color css
<style>
a { background-color: #AD8F26; }
a { background-color: rgb(173,143,38); }
div.DivClassName
{
background-color: #AD8F26;
}
.BgClassName
{
background-color: #AD8F26;
}
</style>
border-color css
<style>
span { border-color: #AD8F26; }
span { border-color: rgb(173,143,38); }
td.TdClassName
{
border-color: #AD8F26;
}
.TagClassName
{
border-color: #AD8F26;
}
</style>