Shades of Sahara #AD952A
Tints of Sahara #AD952A
RGB
CMYK
RGB Variations
Color information
#AD952A (or 0xAD952A) is known color: Sahara. HEX triplet: AD, 95 and 2A. RGB value is (173,149,42). Sum of RGB (Red+Green+Blue) = 173+149+42=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD952A is #526AD5. Grayscale: #909090. Windows color (decimal): -5401302 or 2790829. OLE color: 2790829.
HSL color Cylindrical-coordinate representation of color #AD952A: hue angle of 49.01º 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 #AD952A is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 42 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.32 |
| HSL | 49.01º | 0.61% | 0.42% | - |
| HSV(B) | 49.01º | 0.76% | 0.68% | - |
| XYZ | 28.4 | 30.55 | 6.59 | - |
| YUV | 143.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 42 | 0 | 0.14 | 0.76 | 0.32 | 49.01 | 0.61 | 0.42 |
| Hex | AD | 95 | 2A | 0 | E | 4C | 20 | 31 | 3D | 2A |
| Octal | 255 | 225 | 52 | 0 | 16 | 114 | 40 | 61 | 75 | 52 |
| Binary | 10101101 | 10010101 | 101010 | 0 | 1110 | 1001100 | 100000 | 110001 | 111101 | 101010 |
Color Harmonies of #AD952A
Complementary color
Monochromatic Colors of #AD952A
Black with #AD952A
Text Example
Text Example
White with #AD952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD952A; }
p { color: rgb(173,149,42); }
H1.HeaderClassName
{
color: #AD952A;
}
.AnyTagClassName
{
color: #AD952A;
}
</style>
background-color css
<style>
a { background-color: #AD952A; }
a { background-color: rgb(173,149,42); }
div.DivClassName
{
background-color: #AD952A;
}
.BgClassName
{
background-color: #AD952A;
}
</style>
border-color css
<style>
span { border-color: #AD952A; }
span { border-color: rgb(173,149,42); }
td.TdClassName
{
border-color: #AD952A;
}
.TagClassName
{
border-color: #AD952A;
}
</style>