Shades of Sahara #AD9D2D
Tints of Sahara #AD9D2D
RGB
CMYK
RGB Variations
Color information
#AD9D2D (or 0xAD9D2D) is known color: Sahara. HEX triplet: AD, 9D and 2D. RGB value is (173,157,45). Sum of RGB (Red+Green+Blue) = 173+157+45=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9D2D is #5262D2. Grayscale: #959595. Windows color (decimal): -5399251 or 2989485. OLE color: 2989485.
HSL color Cylindrical-coordinate representation of color #AD9D2D: hue angle of 52.5º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD9D2D is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 45 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.32 |
| HSL | 52.5º | 0.59% | 0.43% | - |
| HSV(B) | 52.5º | 0.74% | 0.68% | - |
| XYZ | 29.76 | 33.19 | 7.32 | - |
| YUV | 149.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 45 | 0 | 0.09 | 0.74 | 0.32 | 52.5 | 0.59 | 0.43 |
| Hex | AD | 9D | 2D | 0 | 9 | 4A | 20 | 34 | 3B | 2B |
| Octal | 255 | 235 | 55 | 0 | 11 | 112 | 40 | 64 | 73 | 53 |
| Binary | 10101101 | 10011101 | 101101 | 0 | 1001 | 1001010 | 100000 | 110100 | 111011 | 101011 |
Color Harmonies of #AD9D2D
Complementary color
Monochromatic Colors of #AD9D2D
Black with #AD9D2D
Text Example
Text Example
White with #AD9D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D2D; }
p { color: rgb(173,157,45); }
H1.HeaderClassName
{
color: #AD9D2D;
}
.AnyTagClassName
{
color: #AD9D2D;
}
</style>
background-color css
<style>
a { background-color: #AD9D2D; }
a { background-color: rgb(173,157,45); }
div.DivClassName
{
background-color: #AD9D2D;
}
.BgClassName
{
background-color: #AD9D2D;
}
</style>
border-color css
<style>
span { border-color: #AD9D2D; }
span { border-color: rgb(173,157,45); }
td.TdClassName
{
border-color: #AD9D2D;
}
.TagClassName
{
border-color: #AD9D2D;
}
</style>