Shades of Sahara #AA9A2F
Tints of Sahara #AA9A2F
RGB
CMYK
RGB Variations
Color information
#AA9A2F (or 0xAA9A2F) is known color: Sahara. HEX triplet: AA, 9A and 2F. RGB value is (170,154,47). Sum of RGB (Red+Green+Blue) = 170+154+47=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A2F is #5565D0. Grayscale: #939393. Windows color (decimal): -5596625 or 3119786. OLE color: 3119786.
HSL color Cylindrical-coordinate representation of color #AA9A2F: hue angle of 52.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA9A2F is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 47 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.33 |
| HSL | 52.2º | 0.57% | 0.43% | - |
| HSV(B) | 52.2º | 0.72% | 0.67% | - |
| XYZ | 28.65 | 31.86 | 7.33 | - |
| YUV | 146.59 | 71.8 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 47 | 0 | 0.09 | 0.72 | 0.33 | 52.2 | 0.57 | 0.43 |
| Hex | AA | 9A | 2F | 0 | 9 | 48 | 21 | 34 | 39 | 2B |
| Octal | 252 | 232 | 57 | 0 | 11 | 110 | 41 | 64 | 71 | 53 |
| Binary | 10101010 | 10011010 | 101111 | 0 | 1001 | 1001000 | 100001 | 110100 | 111001 | 101011 |
Color Harmonies of #AA9A2F
Complementary color
Monochromatic Colors of #AA9A2F
Black with #AA9A2F
Text Example
Text Example
White with #AA9A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A2F; }
p { color: rgb(170,154,47); }
H1.HeaderClassName
{
color: #AA9A2F;
}
.AnyTagClassName
{
color: #AA9A2F;
}
</style>
background-color css
<style>
a { background-color: #AA9A2F; }
a { background-color: rgb(170,154,47); }
div.DivClassName
{
background-color: #AA9A2F;
}
.BgClassName
{
background-color: #AA9A2F;
}
</style>
border-color css
<style>
span { border-color: #AA9A2F; }
span { border-color: rgb(170,154,47); }
td.TdClassName
{
border-color: #AA9A2F;
}
.TagClassName
{
border-color: #AA9A2F;
}
</style>