Shades of Sahara #AD9C30
Tints of Sahara #AD9C30
RGB
CMYK
RGB Variations
Color information
#AD9C30 (or 0xAD9C30) is known color: Sahara. HEX triplet: AD, 9C and 30. RGB value is (173,156,48). Sum of RGB (Red+Green+Blue) = 173+156+48=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C30 is #5263CF. Grayscale: #959595. Windows color (decimal): -5399504 or 3185837. OLE color: 3185837.
HSL color Cylindrical-coordinate representation of color #AD9C30: hue angle of 51.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD9C30 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 48 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.32 |
| HSL | 51.84º | 0.57% | 0.43% | - |
| HSV(B) | 51.84º | 0.72% | 0.68% | - |
| XYZ | 29.66 | 32.87 | 7.58 | - |
| YUV | 148.77 | 71.13 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 48 | 0 | 0.10 | 0.72 | 0.32 | 51.84 | 0.57 | 0.43 |
| Hex | AD | 9C | 30 | 0 | A | 48 | 20 | 34 | 39 | 2B |
| Octal | 255 | 234 | 60 | 0 | 12 | 110 | 40 | 64 | 71 | 53 |
| Binary | 10101101 | 10011100 | 110000 | 0 | 1010 | 1001000 | 100000 | 110100 | 111001 | 101011 |
Color Harmonies of #AD9C30
Complementary color
Monochromatic Colors of #AD9C30
Black with #AD9C30
Text Example
Text Example
White with #AD9C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C30; }
p { color: rgb(173,156,48); }
H1.HeaderClassName
{
color: #AD9C30;
}
.AnyTagClassName
{
color: #AD9C30;
}
</style>
background-color css
<style>
a { background-color: #AD9C30; }
a { background-color: rgb(173,156,48); }
div.DivClassName
{
background-color: #AD9C30;
}
.BgClassName
{
background-color: #AD9C30;
}
</style>
border-color css
<style>
span { border-color: #AD9C30; }
span { border-color: rgb(173,156,48); }
td.TdClassName
{
border-color: #AD9C30;
}
.TagClassName
{
border-color: #AD9C30;
}
</style>