Shades of Sahara #AD972F
Tints of Sahara #AD972F
RGB
CMYK
RGB Variations
Color information
#AD972F (or 0xAD972F) is known color: Sahara. HEX triplet: AD, 97 and 2F. RGB value is (173,151,47). Sum of RGB (Red+Green+Blue) = 173+151+47=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD972F is #5268D0. Grayscale: #929292. Windows color (decimal): -5400785 or 3119021. OLE color: 3119021.
HSL color Cylindrical-coordinate representation of color #AD972F: hue angle of 49.52º degrees, saturation: 0.57, 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 #AD972F is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 47 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.32 |
| HSL | 49.52º | 0.57% | 0.43% | - |
| HSV(B) | 49.52º | 0.73% | 0.68% | - |
| XYZ | 28.81 | 31.22 | 7.2 | - |
| YUV | 145.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 47 | 0 | 0.13 | 0.73 | 0.32 | 49.52 | 0.57 | 0.43 |
| Hex | AD | 97 | 2F | 0 | D | 49 | 20 | 32 | 39 | 2B |
| Octal | 255 | 227 | 57 | 0 | 15 | 111 | 40 | 62 | 71 | 53 |
| Binary | 10101101 | 10010111 | 101111 | 0 | 1101 | 1001001 | 100000 | 110010 | 111001 | 101011 |
Color Harmonies of #AD972F
Complementary color
Monochromatic Colors of #AD972F
Black with #AD972F
Text Example
Text Example
White with #AD972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD972F; }
p { color: rgb(173,151,47); }
H1.HeaderClassName
{
color: #AD972F;
}
.AnyTagClassName
{
color: #AD972F;
}
</style>
background-color css
<style>
a { background-color: #AD972F; }
a { background-color: rgb(173,151,47); }
div.DivClassName
{
background-color: #AD972F;
}
.BgClassName
{
background-color: #AD972F;
}
</style>
border-color css
<style>
span { border-color: #AD972F; }
span { border-color: rgb(173,151,47); }
td.TdClassName
{
border-color: #AD972F;
}
.TagClassName
{
border-color: #AD972F;
}
</style>