Shades of Sahara #AD9A28
Tints of Sahara #AD9A28
RGB
CMYK
RGB Variations
Color information
#AD9A28 (or 0xAD9A28) is known color: Sahara. HEX triplet: AD, 9A and 28. RGB value is (173,154,40). Sum of RGB (Red+Green+Blue) = 173+154+40=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A28 is #5265D7. Grayscale: #939393. Windows color (decimal): -5400024 or 2661037. OLE color: 2661037.
HSL color Cylindrical-coordinate representation of color #AD9A28: hue angle of 51.43º 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 #AD9A28 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 40 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.32 |
| HSL | 51.43º | 0.62% | 0.42% | - |
| HSV(B) | 51.43º | 0.77% | 0.68% | - |
| XYZ | 29.17 | 32.15 | 6.68 | - |
| YUV | 146.69 | 67.79 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 40 | 0 | 0.11 | 0.77 | 0.32 | 51.43 | 0.62 | 0.42 |
| Hex | AD | 9A | 28 | 0 | B | 4D | 20 | 33 | 3E | 2A |
| Octal | 255 | 232 | 50 | 0 | 13 | 115 | 40 | 63 | 76 | 52 |
| Binary | 10101101 | 10011010 | 101000 | 0 | 1011 | 1001101 | 100000 | 110011 | 111110 | 101010 |
Color Harmonies of #AD9A28
Complementary color
Monochromatic Colors of #AD9A28
Black with #AD9A28
Text Example
Text Example
White with #AD9A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A28; }
p { color: rgb(173,154,40); }
H1.HeaderClassName
{
color: #AD9A28;
}
.AnyTagClassName
{
color: #AD9A28;
}
</style>
background-color css
<style>
a { background-color: #AD9A28; }
a { background-color: rgb(173,154,40); }
div.DivClassName
{
background-color: #AD9A28;
}
.BgClassName
{
background-color: #AD9A28;
}
</style>
border-color css
<style>
span { border-color: #AD9A28; }
span { border-color: rgb(173,154,40); }
td.TdClassName
{
border-color: #AD9A28;
}
.TagClassName
{
border-color: #AD9A28;
}
</style>