Shades of Sahara #AD9F2D
Tints of Sahara #AD9F2D
RGB
CMYK
RGB Variations
Color information
#AD9F2D (or 0xAD9F2D) is known color: Sahara. HEX triplet: AD, 9F and 2D. RGB value is (173,159,45). Sum of RGB (Red+Green+Blue) = 173+159+45=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9F2D is #5260D2. Grayscale: #969696. Windows color (decimal): -5398739 or 2989997. OLE color: 2989997.
HSL color Cylindrical-coordinate representation of color #AD9F2D: hue angle of 53.44º 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 #AD9F2D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 45 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.32 |
| HSL | 53.44º | 0.59% | 0.43% | - |
| HSV(B) | 53.44º | 0.74% | 0.68% | - |
| XYZ | 30.11 | 33.87 | 7.43 | - |
| YUV | 150.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 45 | 0 | 0.08 | 0.74 | 0.32 | 53.44 | 0.59 | 0.43 |
| Hex | AD | 9F | 2D | 0 | 8 | 4A | 20 | 35 | 3B | 2B |
| Octal | 255 | 237 | 55 | 0 | 10 | 112 | 40 | 65 | 73 | 53 |
| Binary | 10101101 | 10011111 | 101101 | 0 | 1000 | 1001010 | 100000 | 110101 | 111011 | 101011 |
Color Harmonies of #AD9F2D
Complementary color
Monochromatic Colors of #AD9F2D
Black with #AD9F2D
Text Example
Text Example
White with #AD9F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F2D; }
p { color: rgb(173,159,45); }
H1.HeaderClassName
{
color: #AD9F2D;
}
.AnyTagClassName
{
color: #AD9F2D;
}
</style>
background-color css
<style>
a { background-color: #AD9F2D; }
a { background-color: rgb(173,159,45); }
div.DivClassName
{
background-color: #AD9F2D;
}
.BgClassName
{
background-color: #AD9F2D;
}
</style>
border-color css
<style>
span { border-color: #AD9F2D; }
span { border-color: rgb(173,159,45); }
td.TdClassName
{
border-color: #AD9F2D;
}
.TagClassName
{
border-color: #AD9F2D;
}
</style>