Shades of Sahara #AD982C
Tints of Sahara #AD982C
RGB
CMYK
RGB Variations
Color information
#AD982C (or 0xAD982C) is known color: Sahara. HEX triplet: AD, 98 and 2C. RGB value is (173,152,44). Sum of RGB (Red+Green+Blue) = 173+152+44=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD982C is #5267D3. Grayscale: #929292. Windows color (decimal): -5400532 or 2922669. OLE color: 2922669.
HSL color Cylindrical-coordinate representation of color #AD982C: hue angle of 50.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD982C is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 44 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.32 |
| HSL | 50.23º | 0.59% | 0.43% | - |
| HSV(B) | 50.23º | 0.75% | 0.68% | - |
| XYZ | 28.92 | 31.52 | 6.94 | - |
| YUV | 145.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 44 | 0 | 0.12 | 0.75 | 0.32 | 50.23 | 0.59 | 0.43 |
| Hex | AD | 98 | 2C | 0 | C | 4B | 20 | 32 | 3B | 2B |
| Octal | 255 | 230 | 54 | 0 | 14 | 113 | 40 | 62 | 73 | 53 |
| Binary | 10101101 | 10011000 | 101100 | 0 | 1100 | 1001011 | 100000 | 110010 | 111011 | 101011 |
Color Harmonies of #AD982C
Complementary color
Monochromatic Colors of #AD982C
Black with #AD982C
Text Example
Text Example
White with #AD982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD982C; }
p { color: rgb(173,152,44); }
H1.HeaderClassName
{
color: #AD982C;
}
.AnyTagClassName
{
color: #AD982C;
}
</style>
background-color css
<style>
a { background-color: #AD982C; }
a { background-color: rgb(173,152,44); }
div.DivClassName
{
background-color: #AD982C;
}
.BgClassName
{
background-color: #AD982C;
}
</style>
border-color css
<style>
span { border-color: #AD982C; }
span { border-color: rgb(173,152,44); }
td.TdClassName
{
border-color: #AD982C;
}
.TagClassName
{
border-color: #AD982C;
}
</style>