Shades of Sahara #AD942A
Tints of Sahara #AD942A
RGB
CMYK
RGB Variations
Color information
#AD942A (or 0xAD942A) is known color: Sahara. HEX triplet: AD, 94 and 2A. RGB value is (173,148,42). Sum of RGB (Red+Green+Blue) = 173+148+42=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD942A is #526BD5. Grayscale: #8F8F8F. Windows color (decimal): -5401558 or 2790573. OLE color: 2790573.
HSL color Cylindrical-coordinate representation of color #AD942A: hue angle of 48.55º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD942A is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 42 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.32 |
| HSL | 48.55º | 0.61% | 0.42% | - |
| HSV(B) | 48.55º | 0.76% | 0.68% | - |
| XYZ | 28.24 | 30.23 | 6.54 | - |
| YUV | 143.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 42 | 0 | 0.14 | 0.76 | 0.32 | 48.55 | 0.61 | 0.42 |
| Hex | AD | 94 | 2A | 0 | E | 4C | 20 | 31 | 3D | 2A |
| Octal | 255 | 224 | 52 | 0 | 16 | 114 | 40 | 61 | 75 | 52 |
| Binary | 10101101 | 10010100 | 101010 | 0 | 1110 | 1001100 | 100000 | 110001 | 111101 | 101010 |
Color Harmonies of #AD942A
Complementary color
Monochromatic Colors of #AD942A
Black with #AD942A
Text Example
Text Example
White with #AD942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD942A; }
p { color: rgb(173,148,42); }
H1.HeaderClassName
{
color: #AD942A;
}
.AnyTagClassName
{
color: #AD942A;
}
</style>
background-color css
<style>
a { background-color: #AD942A; }
a { background-color: rgb(173,148,42); }
div.DivClassName
{
background-color: #AD942A;
}
.BgClassName
{
background-color: #AD942A;
}
</style>
border-color css
<style>
span { border-color: #AD942A; }
span { border-color: rgb(173,148,42); }
td.TdClassName
{
border-color: #AD942A;
}
.TagClassName
{
border-color: #AD942A;
}
</style>