Shades of Sahara #AD972E
Tints of Sahara #AD972E
RGB
CMYK
RGB Variations
Color information
#AD972E (or 0xAD972E) is known color: Sahara. HEX triplet: AD, 97 and 2E. RGB value is (173,151,46). Sum of RGB (Red+Green+Blue) = 173+151+46=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD972E is #5268D1. Grayscale: #929292. Windows color (decimal): -5400786 or 3053485. OLE color: 3053485.
HSL color Cylindrical-coordinate representation of color #AD972E: hue angle of 49.61º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD972E is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 46 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.32 |
| HSL | 49.61º | 0.58% | 0.43% | - |
| HSV(B) | 49.61º | 0.73% | 0.68% | - |
| XYZ | 28.79 | 31.21 | 7.09 | - |
| YUV | 145.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 46 | 0 | 0.13 | 0.73 | 0.32 | 49.61 | 0.58 | 0.43 |
| Hex | AD | 97 | 2E | 0 | D | 49 | 20 | 32 | 3A | 2B |
| Octal | 255 | 227 | 56 | 0 | 15 | 111 | 40 | 62 | 72 | 53 |
| Binary | 10101101 | 10010111 | 101110 | 0 | 1101 | 1001001 | 100000 | 110010 | 111010 | 101011 |
Color Harmonies of #AD972E
Complementary color
Monochromatic Colors of #AD972E
Black with #AD972E
Text Example
Text Example
White with #AD972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD972E; }
p { color: rgb(173,151,46); }
H1.HeaderClassName
{
color: #AD972E;
}
.AnyTagClassName
{
color: #AD972E;
}
</style>
background-color css
<style>
a { background-color: #AD972E; }
a { background-color: rgb(173,151,46); }
div.DivClassName
{
background-color: #AD972E;
}
.BgClassName
{
background-color: #AD972E;
}
</style>
border-color css
<style>
span { border-color: #AD972E; }
span { border-color: rgb(173,151,46); }
td.TdClassName
{
border-color: #AD972E;
}
.TagClassName
{
border-color: #AD972E;
}
</style>