Shades of Sahara #AA952A
Tints of Sahara #AA952A
RGB
CMYK
RGB Variations
Color information
#AA952A (or 0xAA952A) is known color: Sahara. HEX triplet: AA, 95 and 2A. RGB value is (170,149,42). Sum of RGB (Red+Green+Blue) = 170+149+42=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA952A is #556AD5. Grayscale: #8F8F8F. Windows color (decimal): -5597910 or 2790826. OLE color: 2790826.
HSL color Cylindrical-coordinate representation of color #AA952A: hue angle of 50.16º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA952A is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 42 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.33 |
| HSL | 50.16º | 0.6% | 0.42% | - |
| HSV(B) | 50.16º | 0.75% | 0.67% | - |
| XYZ | 27.74 | 30.21 | 6.56 | - |
| YUV | 143.08 | 70.96 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 42 | 0 | 0.12 | 0.75 | 0.33 | 50.16 | 0.6 | 0.42 |
| Hex | AA | 95 | 2A | 0 | C | 4B | 21 | 32 | 3C | 2A |
| Octal | 252 | 225 | 52 | 0 | 14 | 113 | 41 | 62 | 74 | 52 |
| Binary | 10101010 | 10010101 | 101010 | 0 | 1100 | 1001011 | 100001 | 110010 | 111100 | 101010 |
Color Harmonies of #AA952A
Complementary color
Monochromatic Colors of #AA952A
Black with #AA952A
Text Example
Text Example
White with #AA952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA952A; }
p { color: rgb(170,149,42); }
H1.HeaderClassName
{
color: #AA952A;
}
.AnyTagClassName
{
color: #AA952A;
}
</style>
background-color css
<style>
a { background-color: #AA952A; }
a { background-color: rgb(170,149,42); }
div.DivClassName
{
background-color: #AA952A;
}
.BgClassName
{
background-color: #AA952A;
}
</style>
border-color css
<style>
span { border-color: #AA952A; }
span { border-color: rgb(170,149,42); }
td.TdClassName
{
border-color: #AA952A;
}
.TagClassName
{
border-color: #AA952A;
}
</style>