Shades of Sahara #AD8E24
Tints of Sahara #AD8E24
RGB
CMYK
RGB Variations
Color information
#AD8E24 (or 0xAD8E24) is known color: Sahara. HEX triplet: AD, 8E and 24. RGB value is (173,142,36). Sum of RGB (Red+Green+Blue) = 173+142+36=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8E24 is #5271DB. Grayscale: #8B8B8B. Windows color (decimal): -5403100 or 2395821. OLE color: 2395821.
HSL color Cylindrical-coordinate representation of color #AD8E24: hue angle of 46.42º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD8E24 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 36 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.32 |
| HSL | 46.42º | 0.66% | 0.41% | - |
| HSV(B) | 46.42º | 0.79% | 0.68% | - |
| XYZ | 27.23 | 28.36 | 5.71 | - |
| YUV | 139.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 36 | 0 | 0.18 | 0.79 | 0.32 | 46.42 | 0.66 | 0.41 |
| Hex | AD | 8E | 24 | 0 | 12 | 4F | 20 | 2E | 42 | 29 |
| Octal | 255 | 216 | 44 | 0 | 22 | 117 | 40 | 56 | 102 | 51 |
| Binary | 10101101 | 10001110 | 100100 | 0 | 10010 | 1001111 | 100000 | 101110 | 1000010 | 101001 |
Color Harmonies of #AD8E24
Complementary color
Monochromatic Colors of #AD8E24
Black with #AD8E24
Text Example
Text Example
White with #AD8E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E24; }
p { color: rgb(173,142,36); }
H1.HeaderClassName
{
color: #AD8E24;
}
.AnyTagClassName
{
color: #AD8E24;
}
</style>
background-color css
<style>
a { background-color: #AD8E24; }
a { background-color: rgb(173,142,36); }
div.DivClassName
{
background-color: #AD8E24;
}
.BgClassName
{
background-color: #AD8E24;
}
</style>
border-color css
<style>
span { border-color: #AD8E24; }
span { border-color: rgb(173,142,36); }
td.TdClassName
{
border-color: #AD8E24;
}
.TagClassName
{
border-color: #AD8E24;
}
</style>