Shades of Sahara #AA972B
Tints of Sahara #AA972B
RGB
CMYK
RGB Variations
Color information
#AA972B (or 0xAA972B) is known color: Sahara. HEX triplet: AA, 97 and 2B. RGB value is (170,151,43). Sum of RGB (Red+Green+Blue) = 170+151+43=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA972B is #5568D4. Grayscale: #909090. Windows color (decimal): -5597397 or 2856874. OLE color: 2856874.
HSL color Cylindrical-coordinate representation of color #AA972B: hue angle of 51.02º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA972B is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 43 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.33 |
| HSL | 51.02º | 0.6% | 0.42% | - |
| HSV(B) | 51.02º | 0.75% | 0.67% | - |
| XYZ | 28.08 | 30.85 | 6.76 | - |
| YUV | 144.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 43 | 0 | 0.11 | 0.75 | 0.33 | 51.02 | 0.6 | 0.42 |
| Hex | AA | 97 | 2B | 0 | B | 4B | 21 | 33 | 3C | 2A |
| Octal | 252 | 227 | 53 | 0 | 13 | 113 | 41 | 63 | 74 | 52 |
| Binary | 10101010 | 10010111 | 101011 | 0 | 1011 | 1001011 | 100001 | 110011 | 111100 | 101010 |
Color Harmonies of #AA972B
Complementary color
Monochromatic Colors of #AA972B
Black with #AA972B
Text Example
Text Example
White with #AA972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA972B; }
p { color: rgb(170,151,43); }
H1.HeaderClassName
{
color: #AA972B;
}
.AnyTagClassName
{
color: #AA972B;
}
</style>
background-color css
<style>
a { background-color: #AA972B; }
a { background-color: rgb(170,151,43); }
div.DivClassName
{
background-color: #AA972B;
}
.BgClassName
{
background-color: #AA972B;
}
</style>
border-color css
<style>
span { border-color: #AA972B; }
span { border-color: rgb(170,151,43); }
td.TdClassName
{
border-color: #AA972B;
}
.TagClassName
{
border-color: #AA972B;
}
</style>