Shades of Sahara #AD8E28
Tints of Sahara #AD8E28
RGB
CMYK
RGB Variations
Color information
#AD8E28 (or 0xAD8E28) is known color: Sahara. HEX triplet: AD, 8E and 28. RGB value is (173,142,40). Sum of RGB (Red+Green+Blue) = 173+142+40=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8E28 is #5271D7. Grayscale: #8C8C8C. Windows color (decimal): -5403096 or 2657965. OLE color: 2657965.
HSL color Cylindrical-coordinate representation of color #AD8E28: hue angle of 46.02º degrees, saturation: 0.62, 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 #AD8E28 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 40 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.32 |
| HSL | 46.02º | 0.62% | 0.42% | - |
| HSV(B) | 46.02º | 0.77% | 0.68% | - |
| XYZ | 27.29 | 28.38 | 6.05 | - |
| YUV | 139.64 | 71.77 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 40 | 0 | 0.18 | 0.77 | 0.32 | 46.02 | 0.62 | 0.42 |
| Hex | AD | 8E | 28 | 0 | 12 | 4D | 20 | 2E | 3E | 2A |
| Octal | 255 | 216 | 50 | 0 | 22 | 115 | 40 | 56 | 76 | 52 |
| Binary | 10101101 | 10001110 | 101000 | 0 | 10010 | 1001101 | 100000 | 101110 | 111110 | 101010 |
Color Harmonies of #AD8E28
Complementary color
Monochromatic Colors of #AD8E28
Black with #AD8E28
Text Example
Text Example
White with #AD8E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E28; }
p { color: rgb(173,142,40); }
H1.HeaderClassName
{
color: #AD8E28;
}
.AnyTagClassName
{
color: #AD8E28;
}
</style>
background-color css
<style>
a { background-color: #AD8E28; }
a { background-color: rgb(173,142,40); }
div.DivClassName
{
background-color: #AD8E28;
}
.BgClassName
{
background-color: #AD8E28;
}
</style>
border-color css
<style>
span { border-color: #AD8E28; }
span { border-color: rgb(173,142,40); }
td.TdClassName
{
border-color: #AD8E28;
}
.TagClassName
{
border-color: #AD8E28;
}
</style>