Shades of Sahara #AA9D31
Tints of Sahara #AA9D31
RGB
CMYK
RGB Variations
Color information
#AA9D31 (or 0xAA9D31) is known color: Sahara. HEX triplet: AA, 9D and 31. RGB value is (170,157,49). Sum of RGB (Red+Green+Blue) = 170+157+49=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9D31 is #5562CE. Grayscale: #959595. Windows color (decimal): -5595855 or 3251626. OLE color: 3251626.
HSL color Cylindrical-coordinate representation of color #AA9D31: hue angle of 53.55º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA9D31 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 49 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.33 |
| HSL | 53.55º | 0.55% | 0.43% | - |
| HSV(B) | 53.55º | 0.71% | 0.67% | - |
| XYZ | 29.19 | 32.88 | 7.71 | - |
| YUV | 148.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 49 | 0 | 0.08 | 0.71 | 0.33 | 53.55 | 0.55 | 0.43 |
| Hex | AA | 9D | 31 | 0 | 8 | 47 | 21 | 36 | 37 | 2B |
| Octal | 252 | 235 | 61 | 0 | 10 | 107 | 41 | 66 | 67 | 53 |
| Binary | 10101010 | 10011101 | 110001 | 0 | 1000 | 1000111 | 100001 | 110110 | 110111 | 101011 |
Color Harmonies of #AA9D31
Complementary color
Monochromatic Colors of #AA9D31
Black with #AA9D31
Text Example
Text Example
White with #AA9D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D31; }
p { color: rgb(170,157,49); }
H1.HeaderClassName
{
color: #AA9D31;
}
.AnyTagClassName
{
color: #AA9D31;
}
</style>
background-color css
<style>
a { background-color: #AA9D31; }
a { background-color: rgb(170,157,49); }
div.DivClassName
{
background-color: #AA9D31;
}
.BgClassName
{
background-color: #AA9D31;
}
</style>
border-color css
<style>
span { border-color: #AA9D31; }
span { border-color: rgb(170,157,49); }
td.TdClassName
{
border-color: #AA9D31;
}
.TagClassName
{
border-color: #AA9D31;
}
</style>