Shades of Sahara #AA982D
Tints of Sahara #AA982D
RGB
CMYK
RGB Variations
Color information
#AA982D (or 0xAA982D) is known color: Sahara. HEX triplet: AA, 98 and 2D. RGB value is (170,152,45). Sum of RGB (Red+Green+Blue) = 170+152+45=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA982D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA982D is #5567D2. Grayscale: #919191. Windows color (decimal): -5597139 or 2988202. OLE color: 2988202.
HSL color Cylindrical-coordinate representation of color #AA982D: hue angle of 51.36º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA982D is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 45 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.33 |
| HSL | 51.36º | 0.58% | 0.42% | - |
| HSV(B) | 51.36º | 0.74% | 0.67% | - |
| XYZ | 28.28 | 31.19 | 7.01 | - |
| YUV | 145.18 | 71.46 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 45 | 0 | 0.11 | 0.74 | 0.33 | 51.36 | 0.58 | 0.42 |
| Hex | AA | 98 | 2D | 0 | B | 4A | 21 | 33 | 3A | 2A |
| Octal | 252 | 230 | 55 | 0 | 13 | 112 | 41 | 63 | 72 | 52 |
| Binary | 10101010 | 10011000 | 101101 | 0 | 1011 | 1001010 | 100001 | 110011 | 111010 | 101010 |
Color Harmonies of #AA982D
Complementary color
Monochromatic Colors of #AA982D
Black with #AA982D
Text Example
Text Example
White with #AA982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA982D; }
p { color: rgb(170,152,45); }
H1.HeaderClassName
{
color: #AA982D;
}
.AnyTagClassName
{
color: #AA982D;
}
</style>
background-color css
<style>
a { background-color: #AA982D; }
a { background-color: rgb(170,152,45); }
div.DivClassName
{
background-color: #AA982D;
}
.BgClassName
{
background-color: #AA982D;
}
</style>
border-color css
<style>
span { border-color: #AA982D; }
span { border-color: rgb(170,152,45); }
td.TdClassName
{
border-color: #AA982D;
}
.TagClassName
{
border-color: #AA982D;
}
</style>