Shades of Sahara #AD962B
Tints of Sahara #AD962B
RGB
CMYK
RGB Variations
Color information
#AD962B (or 0xAD962B) is known color: Sahara. HEX triplet: AD, 96 and 2B. RGB value is (173,150,43). Sum of RGB (Red+Green+Blue) = 173+150+43=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD962B is #5269D4. Grayscale: #919191. Windows color (decimal): -5401045 or 2856621. OLE color: 2856621.
HSL color Cylindrical-coordinate representation of color #AD962B: hue angle of 49.38º 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 #AD962B is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 43 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.32 |
| HSL | 49.38º | 0.6% | 0.42% | - |
| HSV(B) | 49.38º | 0.75% | 0.68% | - |
| XYZ | 28.58 | 30.87 | 6.74 | - |
| YUV | 144.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 43 | 0 | 0.13 | 0.75 | 0.32 | 49.38 | 0.6 | 0.42 |
| Hex | AD | 96 | 2B | 0 | D | 4B | 20 | 31 | 3C | 2A |
| Octal | 255 | 226 | 53 | 0 | 15 | 113 | 40 | 61 | 74 | 52 |
| Binary | 10101101 | 10010110 | 101011 | 0 | 1101 | 1001011 | 100000 | 110001 | 111100 | 101010 |
Color Harmonies of #AD962B
Complementary color
Monochromatic Colors of #AD962B
Black with #AD962B
Text Example
Text Example
White with #AD962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD962B; }
p { color: rgb(173,150,43); }
H1.HeaderClassName
{
color: #AD962B;
}
.AnyTagClassName
{
color: #AD962B;
}
</style>
background-color css
<style>
a { background-color: #AD962B; }
a { background-color: rgb(173,150,43); }
div.DivClassName
{
background-color: #AD962B;
}
.BgClassName
{
background-color: #AD962B;
}
</style>
border-color css
<style>
span { border-color: #AD962B; }
span { border-color: rgb(173,150,43); }
td.TdClassName
{
border-color: #AD962B;
}
.TagClassName
{
border-color: #AD962B;
}
</style>