Shades of Sandrift #AA8D78
Tints of Sandrift #AA8D78
RGB
CMYK
RGB Variations
Color information
#AA8D78 (or 0xAA8D78) is known color: Sandrift. HEX triplet: AA, 8D and 78. RGB value is (170,141,120). Sum of RGB (Red+Green+Blue) = 170+141+120=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D78 is #557287. Grayscale: #939393. Windows color (decimal): -5599880 or 7900586. OLE color: 7900586.
HSL color Cylindrical-coordinate representation of color #AA8D78: hue angle of 25.2º 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 #AA8D78 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 120 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.33 |
| HSL | 25.2º | 0.23% | 0.57% | - |
| HSV(B) | 25.2º | 0.29% | 0.67% | - |
| XYZ | 29.49 | 28.95 | 21.8 | - |
| YUV | 147.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 120 | 0 | 0.17 | 0.29 | 0.33 | 25.2 | 0.23 | 0.57 |
| Hex | AA | 8D | 78 | 0 | 11 | 1D | 21 | 19 | 17 | 39 |
| Octal | 252 | 215 | 170 | 0 | 21 | 35 | 41 | 31 | 27 | 71 |
| Binary | 10101010 | 10001101 | 1111000 | 0 | 10001 | 11101 | 100001 | 11001 | 10111 | 111001 |
Color Harmonies of #AA8D78
Complementary color
Monochromatic Colors of #AA8D78
Black with #AA8D78
Text Example
Text Example
White with #AA8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D78; }
p { color: rgb(170,141,120); }
H1.HeaderClassName
{
color: #AA8D78;
}
.AnyTagClassName
{
color: #AA8D78;
}
</style>
background-color css
<style>
a { background-color: #AA8D78; }
a { background-color: rgb(170,141,120); }
div.DivClassName
{
background-color: #AA8D78;
}
.BgClassName
{
background-color: #AA8D78;
}
</style>
border-color css
<style>
span { border-color: #AA8D78; }
span { border-color: rgb(170,141,120); }
td.TdClassName
{
border-color: #AA8D78;
}
.TagClassName
{
border-color: #AA8D78;
}
</style>