Shades of Sahara #AD8F24
Tints of Sahara #AD8F24
RGB
CMYK
RGB Variations
Color information
#AD8F24 (or 0xAD8F24) is known color: Sahara. HEX triplet: AD, 8F and 24. RGB value is (173,143,36). Sum of RGB (Red+Green+Blue) = 173+143+36=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F24 is #5270DB. Grayscale: #8C8C8C. Windows color (decimal): -5402844 or 2396077. OLE color: 2396077.
HSL color Cylindrical-coordinate representation of color #AD8F24: hue angle of 46.86º 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 #AD8F24 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 36 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.32 |
| HSL | 46.86º | 0.66% | 0.41% | - |
| HSV(B) | 46.86º | 0.79% | 0.68% | - |
| XYZ | 27.37 | 28.66 | 5.76 | - |
| YUV | 139.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 36 | 0 | 0.17 | 0.79 | 0.32 | 46.86 | 0.66 | 0.41 |
| Hex | AD | 8F | 24 | 0 | 11 | 4F | 20 | 2F | 42 | 29 |
| Octal | 255 | 217 | 44 | 0 | 21 | 117 | 40 | 57 | 102 | 51 |
| Binary | 10101101 | 10001111 | 100100 | 0 | 10001 | 1001111 | 100000 | 101111 | 1000010 | 101001 |
Color Harmonies of #AD8F24
Complementary color
Monochromatic Colors of #AD8F24
Black with #AD8F24
Text Example
Text Example
White with #AD8F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F24; }
p { color: rgb(173,143,36); }
H1.HeaderClassName
{
color: #AD8F24;
}
.AnyTagClassName
{
color: #AD8F24;
}
</style>
background-color css
<style>
a { background-color: #AD8F24; }
a { background-color: rgb(173,143,36); }
div.DivClassName
{
background-color: #AD8F24;
}
.BgClassName
{
background-color: #AD8F24;
}
</style>
border-color css
<style>
span { border-color: #AD8F24; }
span { border-color: rgb(173,143,36); }
td.TdClassName
{
border-color: #AD8F24;
}
.TagClassName
{
border-color: #AD8F24;
}
</style>