Shades of Sahara #AD8D23
Tints of Sahara #AD8D23
RGB
CMYK
RGB Variations
Color information
#AD8D23 (or 0xAD8D23) is known color: Sahara. HEX triplet: AD, 8D and 23. RGB value is (173,141,35). Sum of RGB (Red+Green+Blue) = 173+141+35=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D23 is #5272DC. Grayscale: #8A8A8A. Windows color (decimal): -5403357 or 2330029. OLE color: 2330029.
HSL color Cylindrical-coordinate representation of color #AD8D23: hue angle of 46.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD8D23 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 35 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.32 |
| HSL | 46.09º | 0.66% | 0.41% | - |
| HSV(B) | 46.09º | 0.8% | 0.68% | - |
| XYZ | 27.06 | 28.06 | 5.58 | - |
| YUV | 138.48 | 69.6 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 35 | 0 | 0.18 | 0.80 | 0.32 | 46.09 | 0.66 | 0.41 |
| Hex | AD | 8D | 23 | 0 | 12 | 50 | 20 | 2E | 42 | 29 |
| Octal | 255 | 215 | 43 | 0 | 22 | 120 | 40 | 56 | 102 | 51 |
| Binary | 10101101 | 10001101 | 100011 | 0 | 10010 | 1010000 | 100000 | 101110 | 1000010 | 101001 |
Color Harmonies of #AD8D23
Complementary color
Monochromatic Colors of #AD8D23
Black with #AD8D23
Text Example
Text Example
White with #AD8D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D23; }
p { color: rgb(173,141,35); }
H1.HeaderClassName
{
color: #AD8D23;
}
.AnyTagClassName
{
color: #AD8D23;
}
</style>
background-color css
<style>
a { background-color: #AD8D23; }
a { background-color: rgb(173,141,35); }
div.DivClassName
{
background-color: #AD8D23;
}
.BgClassName
{
background-color: #AD8D23;
}
</style>
border-color css
<style>
span { border-color: #AD8D23; }
span { border-color: rgb(173,141,35); }
td.TdClassName
{
border-color: #AD8D23;
}
.TagClassName
{
border-color: #AD8D23;
}
</style>