Shades of Sahara #AA9E30
Tints of Sahara #AA9E30
RGB
CMYK
RGB Variations
Color information
#AA9E30 (or 0xAA9E30) is known color: Sahara. HEX triplet: AA, 9E and 30. RGB value is (170,158,48). Sum of RGB (Red+Green+Blue) = 170+158+48=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E30 is #5561CF. Grayscale: #959595. Windows color (decimal): -5595600 or 3186346. OLE color: 3186346.
HSL color Cylindrical-coordinate representation of color #AA9E30: hue angle of 54.1º degrees, saturation: 0.56, 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 #AA9E30 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 48 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.33 |
| HSL | 54.1º | 0.56% | 0.43% | - |
| HSV(B) | 54.1º | 0.72% | 0.67% | - |
| XYZ | 29.34 | 33.21 | 7.66 | - |
| YUV | 149.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 48 | 0 | 0.07 | 0.72 | 0.33 | 54.1 | 0.56 | 0.43 |
| Hex | AA | 9E | 30 | 0 | 7 | 48 | 21 | 36 | 38 | 2B |
| Octal | 252 | 236 | 60 | 0 | 7 | 110 | 41 | 66 | 70 | 53 |
| Binary | 10101010 | 10011110 | 110000 | 0 | 111 | 1001000 | 100001 | 110110 | 111000 | 101011 |
Color Harmonies of #AA9E30
Complementary color
Monochromatic Colors of #AA9E30
Black with #AA9E30
Text Example
Text Example
White with #AA9E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E30; }
p { color: rgb(170,158,48); }
H1.HeaderClassName
{
color: #AA9E30;
}
.AnyTagClassName
{
color: #AA9E30;
}
</style>
background-color css
<style>
a { background-color: #AA9E30; }
a { background-color: rgb(170,158,48); }
div.DivClassName
{
background-color: #AA9E30;
}
.BgClassName
{
background-color: #AA9E30;
}
</style>
border-color css
<style>
span { border-color: #AA9E30; }
span { border-color: rgb(170,158,48); }
td.TdClassName
{
border-color: #AA9E30;
}
.TagClassName
{
border-color: #AA9E30;
}
</style>