Shades of Sahara #AD9428
Tints of Sahara #AD9428
RGB
CMYK
RGB Variations
Color information
#AD9428 (or 0xAD9428) is known color: Sahara. HEX triplet: AD, 94 and 28. RGB value is (173,148,40). Sum of RGB (Red+Green+Blue) = 173+148+40=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9428 is #526BD7. Grayscale: #8F8F8F. Windows color (decimal): -5401560 or 2659501. OLE color: 2659501.
HSL color Cylindrical-coordinate representation of color #AD9428: hue angle of 48.72º 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 #AD9428 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 40 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.32 |
| HSL | 48.72º | 0.62% | 0.42% | - |
| HSV(B) | 48.72º | 0.77% | 0.68% | - |
| XYZ | 28.21 | 30.22 | 6.35 | - |
| YUV | 143.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 40 | 0 | 0.14 | 0.77 | 0.32 | 48.72 | 0.62 | 0.42 |
| Hex | AD | 94 | 28 | 0 | E | 4D | 20 | 31 | 3E | 2A |
| Octal | 255 | 224 | 50 | 0 | 16 | 115 | 40 | 61 | 76 | 52 |
| Binary | 10101101 | 10010100 | 101000 | 0 | 1110 | 1001101 | 100000 | 110001 | 111110 | 101010 |
Color Harmonies of #AD9428
Complementary color
Monochromatic Colors of #AD9428
Black with #AD9428
Text Example
Text Example
White with #AD9428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9428; }
p { color: rgb(173,148,40); }
H1.HeaderClassName
{
color: #AD9428;
}
.AnyTagClassName
{
color: #AD9428;
}
</style>
background-color css
<style>
a { background-color: #AD9428; }
a { background-color: rgb(173,148,40); }
div.DivClassName
{
background-color: #AD9428;
}
.BgClassName
{
background-color: #AD9428;
}
</style>
border-color css
<style>
span { border-color: #AD9428; }
span { border-color: rgb(173,148,40); }
td.TdClassName
{
border-color: #AD9428;
}
.TagClassName
{
border-color: #AD9428;
}
</style>