Shades of Sahara #AD9424
Tints of Sahara #AD9424
RGB
CMYK
RGB Variations
Color information
#AD9424 (or 0xAD9424) is known color: Sahara. HEX triplet: AD, 94 and 24. RGB value is (173,148,36). Sum of RGB (Red+Green+Blue) = 173+148+36=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9424 is #526BDB. Grayscale: #8F8F8F. Windows color (decimal): -5401564 or 2397357. OLE color: 2397357.
HSL color Cylindrical-coordinate representation of color #AD9424: hue angle of 49.05º 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 #AD9424 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 36 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.32 |
| HSL | 49.05º | 0.66% | 0.41% | - |
| HSV(B) | 49.05º | 0.79% | 0.68% | - |
| XYZ | 28.14 | 30.19 | 6.01 | - |
| YUV | 142.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 36 | 0 | 0.14 | 0.79 | 0.32 | 49.05 | 0.66 | 0.41 |
| Hex | AD | 94 | 24 | 0 | E | 4F | 20 | 31 | 42 | 29 |
| Octal | 255 | 224 | 44 | 0 | 16 | 117 | 40 | 61 | 102 | 51 |
| Binary | 10101101 | 10010100 | 100100 | 0 | 1110 | 1001111 | 100000 | 110001 | 1000010 | 101001 |
Color Harmonies of #AD9424
Complementary color
Monochromatic Colors of #AD9424
Black with #AD9424
Text Example
Text Example
White with #AD9424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9424; }
p { color: rgb(173,148,36); }
H1.HeaderClassName
{
color: #AD9424;
}
.AnyTagClassName
{
color: #AD9424;
}
</style>
background-color css
<style>
a { background-color: #AD9424; }
a { background-color: rgb(173,148,36); }
div.DivClassName
{
background-color: #AD9424;
}
.BgClassName
{
background-color: #AD9424;
}
</style>
border-color css
<style>
span { border-color: #AD9424; }
span { border-color: rgb(173,148,36); }
td.TdClassName
{
border-color: #AD9424;
}
.TagClassName
{
border-color: #AD9424;
}
</style>