Shades of Sahara #AA992E
Tints of Sahara #AA992E
RGB
CMYK
RGB Variations
Color information
#AA992E (or 0xAA992E) is known color: Sahara. HEX triplet: AA, 99 and 2E. RGB value is (170,153,46). Sum of RGB (Red+Green+Blue) = 170+153+46=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA992E is #5566D1. Grayscale: #929292. Windows color (decimal): -5596882 or 3053994. OLE color: 3053994.
HSL color Cylindrical-coordinate representation of color #AA992E: hue angle of 51.77º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA992E is Cyan = 0, Magento = 0.1, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 46 | - |
| CMYK | 0 | 0.1 | 0.73 | 0.33 |
| HSL | 51.77º | 0.57% | 0.42% | - |
| HSV(B) | 51.77º | 0.73% | 0.67% | - |
| XYZ | 28.46 | 31.53 | 7.17 | - |
| YUV | 145.89 | 71.63 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 46 | 0 | 0.1 | 0.73 | 0.33 | 51.77 | 0.57 | 0.42 |
| Hex | AA | 99 | 2E | 0 | A | 49 | 21 | 34 | 39 | 2A |
| Octal | 252 | 231 | 56 | 0 | 12 | 111 | 41 | 64 | 71 | 52 |
| Binary | 10101010 | 10011001 | 101110 | 0 | 1010 | 1001001 | 100001 | 110100 | 111001 | 101010 |
Color Harmonies of #AA992E
Complementary color
Monochromatic Colors of #AA992E
Black with #AA992E
Text Example
Text Example
White with #AA992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA992E; }
p { color: rgb(170,153,46); }
H1.HeaderClassName
{
color: #AA992E;
}
.AnyTagClassName
{
color: #AA992E;
}
</style>
background-color css
<style>
a { background-color: #AA992E; }
a { background-color: rgb(170,153,46); }
div.DivClassName
{
background-color: #AA992E;
}
.BgClassName
{
background-color: #AA992E;
}
</style>
border-color css
<style>
span { border-color: #AA992E; }
span { border-color: rgb(170,153,46); }
td.TdClassName
{
border-color: #AA992E;
}
.TagClassName
{
border-color: #AA992E;
}
</style>