Shades of Sahara #AD9E2E
Tints of Sahara #AD9E2E
RGB
CMYK
RGB Variations
Color information
#AD9E2E (or 0xAD9E2E) is known color: Sahara. HEX triplet: AD, 9E and 2E. RGB value is (173,158,46). Sum of RGB (Red+Green+Blue) = 173+158+46=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9E2E is #5261D1. Grayscale: #969696. Windows color (decimal): -5398994 or 3055277. OLE color: 3055277.
HSL color Cylindrical-coordinate representation of color #AD9E2E: hue angle of 52.91º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD9E2E is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 46 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.32 |
| HSL | 52.91º | 0.58% | 0.43% | - |
| HSV(B) | 52.91º | 0.73% | 0.68% | - |
| XYZ | 29.95 | 33.54 | 7.48 | - |
| YUV | 149.72 | 69.47 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 46 | 0 | 0.09 | 0.73 | 0.32 | 52.91 | 0.58 | 0.43 |
| Hex | AD | 9E | 2E | 0 | 9 | 49 | 20 | 35 | 3A | 2B |
| Octal | 255 | 236 | 56 | 0 | 11 | 111 | 40 | 65 | 72 | 53 |
| Binary | 10101101 | 10011110 | 101110 | 0 | 1001 | 1001001 | 100000 | 110101 | 111010 | 101011 |
Color Harmonies of #AD9E2E
Complementary color
Monochromatic Colors of #AD9E2E
Black with #AD9E2E
Text Example
Text Example
White with #AD9E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E2E; }
p { color: rgb(173,158,46); }
H1.HeaderClassName
{
color: #AD9E2E;
}
.AnyTagClassName
{
color: #AD9E2E;
}
</style>
background-color css
<style>
a { background-color: #AD9E2E; }
a { background-color: rgb(173,158,46); }
div.DivClassName
{
background-color: #AD9E2E;
}
.BgClassName
{
background-color: #AD9E2E;
}
</style>
border-color css
<style>
span { border-color: #AD9E2E; }
span { border-color: rgb(173,158,46); }
td.TdClassName
{
border-color: #AD9E2E;
}
.TagClassName
{
border-color: #AD9E2E;
}
</style>