Shades of Sahara #AD8F21
Tints of Sahara #AD8F21
RGB
CMYK
RGB Variations
Color information
#AD8F21 (or 0xAD8F21) is known color: Sahara. HEX triplet: AD, 8F and 21. RGB value is (173,143,33). Sum of RGB (Red+Green+Blue) = 173+143+33=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F21 is #5270DE. Grayscale: #8B8B8B. Windows color (decimal): -5402847 or 2199469. OLE color: 2199469.
HSL color Cylindrical-coordinate representation of color #AD8F21: hue angle of 47.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD8F21 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 33 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.32 |
| HSL | 47.14º | 0.68% | 0.4% | - |
| HSV(B) | 47.14º | 0.81% | 0.68% | - |
| XYZ | 27.33 | 28.64 | 5.53 | - |
| YUV | 139.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 33 | 0 | 0.17 | 0.81 | 0.32 | 47.14 | 0.68 | 0.4 |
| Hex | AD | 8F | 21 | 0 | 11 | 51 | 20 | 2F | 44 | 28 |
| Octal | 255 | 217 | 41 | 0 | 21 | 121 | 40 | 57 | 104 | 50 |
| Binary | 10101101 | 10001111 | 100001 | 0 | 10001 | 1010001 | 100000 | 101111 | 1000100 | 101000 |
Color Harmonies of #AD8F21
Complementary color
Monochromatic Colors of #AD8F21
Black with #AD8F21
Text Example
Text Example
White with #AD8F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F21; }
p { color: rgb(173,143,33); }
H1.HeaderClassName
{
color: #AD8F21;
}
.AnyTagClassName
{
color: #AD8F21;
}
</style>
background-color css
<style>
a { background-color: #AD8F21; }
a { background-color: rgb(173,143,33); }
div.DivClassName
{
background-color: #AD8F21;
}
.BgClassName
{
background-color: #AD8F21;
}
</style>
border-color css
<style>
span { border-color: #AD8F21; }
span { border-color: rgb(173,143,33); }
td.TdClassName
{
border-color: #AD8F21;
}
.TagClassName
{
border-color: #AD8F21;
}
</style>