Shades of Sahara #AD962E
Tints of Sahara #AD962E
RGB
CMYK
RGB Variations
Color information
#AD962E (or 0xAD962E) is known color: Sahara. HEX triplet: AD, 96 and 2E. RGB value is (173,150,46). Sum of RGB (Red+Green+Blue) = 173+150+46=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD962E is #5269D1. Grayscale: #919191. Windows color (decimal): -5401042 or 3053229. OLE color: 3053229.
HSL color Cylindrical-coordinate representation of color #AD962E: hue angle of 49.13º 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 #AD962E is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 46 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.32 |
| HSL | 49.13º | 0.58% | 0.43% | - |
| HSV(B) | 49.13º | 0.73% | 0.68% | - |
| XYZ | 28.63 | 30.89 | 7.04 | - |
| YUV | 145.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 46 | 0 | 0.13 | 0.73 | 0.32 | 49.13 | 0.58 | 0.43 |
| Hex | AD | 96 | 2E | 0 | D | 49 | 20 | 31 | 3A | 2B |
| Octal | 255 | 226 | 56 | 0 | 15 | 111 | 40 | 61 | 72 | 53 |
| Binary | 10101101 | 10010110 | 101110 | 0 | 1101 | 1001001 | 100000 | 110001 | 111010 | 101011 |
Color Harmonies of #AD962E
Complementary color
Monochromatic Colors of #AD962E
Black with #AD962E
Text Example
Text Example
White with #AD962E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD962E; }
p { color: rgb(173,150,46); }
H1.HeaderClassName
{
color: #AD962E;
}
.AnyTagClassName
{
color: #AD962E;
}
</style>
background-color css
<style>
a { background-color: #AD962E; }
a { background-color: rgb(173,150,46); }
div.DivClassName
{
background-color: #AD962E;
}
.BgClassName
{
background-color: #AD962E;
}
</style>
border-color css
<style>
span { border-color: #AD962E; }
span { border-color: rgb(173,150,46); }
td.TdClassName
{
border-color: #AD962E;
}
.TagClassName
{
border-color: #AD962E;
}
</style>