Shades of Sahara #AD8C24
Tints of Sahara #AD8C24
RGB
CMYK
RGB Variations
Color information
#AD8C24 (or 0xAD8C24) is known color: Sahara. HEX triplet: AD, 8C and 24. RGB value is (173,140,36). Sum of RGB (Red+Green+Blue) = 173+140+36=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C24 is #5273DB. Grayscale: #8A8A8A. Windows color (decimal): -5403612 or 2395309. OLE color: 2395309.
HSL color Cylindrical-coordinate representation of color #AD8C24: hue angle of 45.55º 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 #AD8C24 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 36 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.32 |
| HSL | 45.55º | 0.66% | 0.41% | - |
| HSV(B) | 45.55º | 0.79% | 0.68% | - |
| XYZ | 26.93 | 27.77 | 5.61 | - |
| YUV | 138.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 36 | 0 | 0.19 | 0.79 | 0.32 | 45.55 | 0.66 | 0.41 |
| Hex | AD | 8C | 24 | 0 | 13 | 4F | 20 | 2E | 42 | 29 |
| Octal | 255 | 214 | 44 | 0 | 23 | 117 | 40 | 56 | 102 | 51 |
| Binary | 10101101 | 10001100 | 100100 | 0 | 10011 | 1001111 | 100000 | 101110 | 1000010 | 101001 |
Color Harmonies of #AD8C24
Complementary color
Monochromatic Colors of #AD8C24
Black with #AD8C24
Text Example
Text Example
White with #AD8C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C24; }
p { color: rgb(173,140,36); }
H1.HeaderClassName
{
color: #AD8C24;
}
.AnyTagClassName
{
color: #AD8C24;
}
</style>
background-color css
<style>
a { background-color: #AD8C24; }
a { background-color: rgb(173,140,36); }
div.DivClassName
{
background-color: #AD8C24;
}
.BgClassName
{
background-color: #AD8C24;
}
</style>
border-color css
<style>
span { border-color: #AD8C24; }
span { border-color: rgb(173,140,36); }
td.TdClassName
{
border-color: #AD8C24;
}
.TagClassName
{
border-color: #AD8C24;
}
</style>