Shades of Sahara #AA952B
Tints of Sahara #AA952B
RGB
CMYK
RGB Variations
Color information
#AA952B (or 0xAA952B) is known color: Sahara. HEX triplet: AA, 95 and 2B. RGB value is (170,149,43). Sum of RGB (Red+Green+Blue) = 170+149+43=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA952B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA952B is #556AD4. Grayscale: #8F8F8F. Windows color (decimal): -5597909 or 2856362. OLE color: 2856362.
HSL color Cylindrical-coordinate representation of color #AA952B: hue angle of 50.08º 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 #AA952B is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 43 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.33 |
| HSL | 50.08º | 0.6% | 0.42% | - |
| HSV(B) | 50.08º | 0.75% | 0.67% | - |
| XYZ | 27.76 | 30.22 | 6.65 | - |
| YUV | 143.2 | 71.46 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 43 | 0 | 0.12 | 0.75 | 0.33 | 50.08 | 0.6 | 0.42 |
| Hex | AA | 95 | 2B | 0 | C | 4B | 21 | 32 | 3C | 2A |
| Octal | 252 | 225 | 53 | 0 | 14 | 113 | 41 | 62 | 74 | 52 |
| Binary | 10101010 | 10010101 | 101011 | 0 | 1100 | 1001011 | 100001 | 110010 | 111100 | 101010 |
Color Harmonies of #AA952B
Complementary color
Monochromatic Colors of #AA952B
Black with #AA952B
Text Example
Text Example
White with #AA952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA952B; }
p { color: rgb(170,149,43); }
H1.HeaderClassName
{
color: #AA952B;
}
.AnyTagClassName
{
color: #AA952B;
}
</style>
background-color css
<style>
a { background-color: #AA952B; }
a { background-color: rgb(170,149,43); }
div.DivClassName
{
background-color: #AA952B;
}
.BgClassName
{
background-color: #AA952B;
}
</style>
border-color css
<style>
span { border-color: #AA952B; }
span { border-color: rgb(170,149,43); }
td.TdClassName
{
border-color: #AA952B;
}
.TagClassName
{
border-color: #AA952B;
}
</style>