Shades of Sahara #AD8D27
Tints of Sahara #AD8D27
RGB
CMYK
RGB Variations
Color information
#AD8D27 (or 0xAD8D27) is known color: Sahara. HEX triplet: AD, 8D and 27. RGB value is (173,141,39). Sum of RGB (Red+Green+Blue) = 173+141+39=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D27 is #5272D8. Grayscale: #8B8B8B. Windows color (decimal): -5403353 or 2592173. OLE color: 2592173.
HSL color Cylindrical-coordinate representation of color #AD8D27: hue angle of 45.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD8D27 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 39 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.32 |
| HSL | 45.67º | 0.63% | 0.42% | - |
| HSV(B) | 45.67º | 0.77% | 0.68% | - |
| XYZ | 27.12 | 28.08 | 5.91 | - |
| YUV | 138.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 39 | 0 | 0.18 | 0.77 | 0.32 | 45.67 | 0.63 | 0.42 |
| Hex | AD | 8D | 27 | 0 | 12 | 4D | 20 | 2E | 3F | 2A |
| Octal | 255 | 215 | 47 | 0 | 22 | 115 | 40 | 56 | 77 | 52 |
| Binary | 10101101 | 10001101 | 100111 | 0 | 10010 | 1001101 | 100000 | 101110 | 111111 | 101010 |
Color Harmonies of #AD8D27
Complementary color
Monochromatic Colors of #AD8D27
Black with #AD8D27
Text Example
Text Example
White with #AD8D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D27; }
p { color: rgb(173,141,39); }
H1.HeaderClassName
{
color: #AD8D27;
}
.AnyTagClassName
{
color: #AD8D27;
}
</style>
background-color css
<style>
a { background-color: #AD8D27; }
a { background-color: rgb(173,141,39); }
div.DivClassName
{
background-color: #AD8D27;
}
.BgClassName
{
background-color: #AD8D27;
}
</style>
border-color css
<style>
span { border-color: #AD8D27; }
span { border-color: rgb(173,141,39); }
td.TdClassName
{
border-color: #AD8D27;
}
.TagClassName
{
border-color: #AD8D27;
}
</style>