Shades of Sahara #AA9329
Tints of Sahara #AA9329
RGB
CMYK
RGB Variations
Color information
#AA9329 (or 0xAA9329) is known color: Sahara. HEX triplet: AA, 93 and 29. RGB value is (170,147,41). Sum of RGB (Red+Green+Blue) = 170+147+41=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9329 is #556CD6. Grayscale: #8E8E8E. Windows color (decimal): -5598423 or 2724778. OLE color: 2724778.
HSL color Cylindrical-coordinate representation of color #AA9329: hue angle of 49.3º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA9329 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 41 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.33 |
| HSL | 49.3º | 0.61% | 0.41% | - |
| HSV(B) | 49.3º | 0.76% | 0.67% | - |
| XYZ | 27.41 | 29.57 | 6.36 | - |
| YUV | 141.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 41 | 0 | 0.14 | 0.76 | 0.33 | 49.3 | 0.61 | 0.41 |
| Hex | AA | 93 | 29 | 0 | E | 4C | 21 | 31 | 3D | 29 |
| Octal | 252 | 223 | 51 | 0 | 16 | 114 | 41 | 61 | 75 | 51 |
| Binary | 10101010 | 10010011 | 101001 | 0 | 1110 | 1001100 | 100001 | 110001 | 111101 | 101001 |
Color Harmonies of #AA9329
Complementary color
Monochromatic Colors of #AA9329
Black with #AA9329
Text Example
Text Example
White with #AA9329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9329; }
p { color: rgb(170,147,41); }
H1.HeaderClassName
{
color: #AA9329;
}
.AnyTagClassName
{
color: #AA9329;
}
</style>
background-color css
<style>
a { background-color: #AA9329; }
a { background-color: rgb(170,147,41); }
div.DivClassName
{
background-color: #AA9329;
}
.BgClassName
{
background-color: #AA9329;
}
</style>
border-color css
<style>
span { border-color: #AA9329; }
span { border-color: rgb(170,147,41); }
td.TdClassName
{
border-color: #AA9329;
}
.TagClassName
{
border-color: #AA9329;
}
</style>