Shades of Sandrift #AA8978
Tints of Sandrift #AA8978
RGB
CMYK
RGB Variations
Color information
#AA8978 (or 0xAA8978) is known color: Sandrift. HEX triplet: AA, 89 and 78. RGB value is (170,137,120). Sum of RGB (Red+Green+Blue) = 170+137+120=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8978 is #557687. Grayscale: #919191. Windows color (decimal): -5600904 or 7899562. OLE color: 7899562.
HSL color Cylindrical-coordinate representation of color #AA8978: hue angle of 20.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA8978 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 120 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.33 |
| HSL | 20.4º | 0.23% | 0.57% | - |
| HSV(B) | 20.4º | 0.29% | 0.67% | - |
| XYZ | 28.91 | 27.79 | 21.61 | - |
| YUV | 144.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 120 | 0 | 0.19 | 0.29 | 0.33 | 20.4 | 0.23 | 0.57 |
| Hex | AA | 89 | 78 | 0 | 13 | 1D | 21 | 14 | 17 | 39 |
| Octal | 252 | 211 | 170 | 0 | 23 | 35 | 41 | 24 | 27 | 71 |
| Binary | 10101010 | 10001001 | 1111000 | 0 | 10011 | 11101 | 100001 | 10100 | 10111 | 111001 |
Color Harmonies of #AA8978
Complementary color
Monochromatic Colors of #AA8978
Black with #AA8978
Text Example
Text Example
White with #AA8978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8978; }
p { color: rgb(170,137,120); }
H1.HeaderClassName
{
color: #AA8978;
}
.AnyTagClassName
{
color: #AA8978;
}
</style>
background-color css
<style>
a { background-color: #AA8978; }
a { background-color: rgb(170,137,120); }
div.DivClassName
{
background-color: #AA8978;
}
.BgClassName
{
background-color: #AA8978;
}
</style>
border-color css
<style>
span { border-color: #AA8978; }
span { border-color: rgb(170,137,120); }
td.TdClassName
{
border-color: #AA8978;
}
.TagClassName
{
border-color: #AA8978;
}
</style>