Shades of Sandrift #AA8977
Tints of Sandrift #AA8977
RGB
CMYK
RGB Variations
Color information
#AA8977 (or 0xAA8977) is known color: Sandrift. HEX triplet: AA, 89 and 77. RGB value is (170,137,119). Sum of RGB (Red+Green+Blue) = 170+137+119=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8977 is #557688. Grayscale: #909090. Windows color (decimal): -5600905 or 7834026. OLE color: 7834026.
HSL color Cylindrical-coordinate representation of color #AA8977: hue angle of 21.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8977 is Cyan = 0, Magento = 0.19, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 119 | - |
| CMYK | 0 | 0.19 | 0.3 | 0.33 |
| HSL | 21.18º | 0.23% | 0.57% | - |
| HSV(B) | 21.18º | 0.3% | 0.67% | - |
| XYZ | 28.85 | 27.77 | 21.29 | - |
| YUV | 144.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 119 | 0 | 0.19 | 0.3 | 0.33 | 21.18 | 0.23 | 0.57 |
| Hex | AA | 89 | 77 | 0 | 13 | 1E | 21 | 15 | 17 | 39 |
| Octal | 252 | 211 | 167 | 0 | 23 | 36 | 41 | 25 | 27 | 71 |
| Binary | 10101010 | 10001001 | 1110111 | 0 | 10011 | 11110 | 100001 | 10101 | 10111 | 111001 |
Color Harmonies of #AA8977
Complementary color
Monochromatic Colors of #AA8977
Black with #AA8977
Text Example
Text Example
White with #AA8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8977; }
p { color: rgb(170,137,119); }
H1.HeaderClassName
{
color: #AA8977;
}
.AnyTagClassName
{
color: #AA8977;
}
</style>
background-color css
<style>
a { background-color: #AA8977; }
a { background-color: rgb(170,137,119); }
div.DivClassName
{
background-color: #AA8977;
}
.BgClassName
{
background-color: #AA8977;
}
</style>
border-color css
<style>
span { border-color: #AA8977; }
span { border-color: rgb(170,137,119); }
td.TdClassName
{
border-color: #AA8977;
}
.TagClassName
{
border-color: #AA8977;
}
</style>