Shades of Sahara #AD932B
Tints of Sahara #AD932B
RGB
CMYK
RGB Variations
Color information
#AD932B (or 0xAD932B) is known color: Sahara. HEX triplet: AD, 93 and 2B. RGB value is (173,147,43). Sum of RGB (Red+Green+Blue) = 173+147+43=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD932B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD932B is #526CD4. Grayscale: #8F8F8F. Windows color (decimal): -5401813 or 2855853. OLE color: 2855853.
HSL color Cylindrical-coordinate representation of color #AD932B: hue angle of 48º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD932B is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 43 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.32 |
| HSL | 48º | 0.6% | 0.42% | - |
| HSV(B) | 48º | 0.75% | 0.68% | - |
| XYZ | 28.1 | 29.93 | 6.58 | - |
| YUV | 142.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 43 | 0 | 0.15 | 0.75 | 0.32 | 48 | 0.6 | 0.42 |
| Hex | AD | 93 | 2B | 0 | F | 4B | 20 | 30 | 3C | 2A |
| Octal | 255 | 223 | 53 | 0 | 17 | 113 | 40 | 60 | 74 | 52 |
| Binary | 10101101 | 10010011 | 101011 | 0 | 1111 | 1001011 | 100000 | 110000 | 111100 | 101010 |
Color Harmonies of #AD932B
Complementary color
Monochromatic Colors of #AD932B
Black with #AD932B
Text Example
Text Example
White with #AD932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD932B; }
p { color: rgb(173,147,43); }
H1.HeaderClassName
{
color: #AD932B;
}
.AnyTagClassName
{
color: #AD932B;
}
</style>
background-color css
<style>
a { background-color: #AD932B; }
a { background-color: rgb(173,147,43); }
div.DivClassName
{
background-color: #AD932B;
}
.BgClassName
{
background-color: #AD932B;
}
</style>
border-color css
<style>
span { border-color: #AD932B; }
span { border-color: rgb(173,147,43); }
td.TdClassName
{
border-color: #AD932B;
}
.TagClassName
{
border-color: #AD932B;
}
</style>