Shades of Sandrift #AA8F78
Tints of Sandrift #AA8F78
RGB
CMYK
RGB Variations
Color information
#AA8F78 (or 0xAA8F78) is known color: Sandrift. HEX triplet: AA, 8F and 78. RGB value is (170,143,120). Sum of RGB (Red+Green+Blue) = 170+143+120=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F78 is #557087. Grayscale: #949494. Windows color (decimal): -5599368 or 7901098. OLE color: 7901098.
HSL color Cylindrical-coordinate representation of color #AA8F78: hue angle of 27.6º 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 #AA8F78 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 120 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.33 |
| HSL | 27.6º | 0.23% | 0.57% | - |
| HSV(B) | 27.6º | 0.29% | 0.67% | - |
| XYZ | 29.79 | 29.55 | 21.9 | - |
| YUV | 148.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 120 | 0 | 0.16 | 0.29 | 0.33 | 27.6 | 0.23 | 0.57 |
| Hex | AA | 8F | 78 | 0 | 10 | 1D | 21 | 1C | 17 | 39 |
| Octal | 252 | 217 | 170 | 0 | 20 | 35 | 41 | 34 | 27 | 71 |
| Binary | 10101010 | 10001111 | 1111000 | 0 | 10000 | 11101 | 100001 | 11100 | 10111 | 111001 |
Color Harmonies of #AA8F78
Complementary color
Monochromatic Colors of #AA8F78
Black with #AA8F78
Text Example
Text Example
White with #AA8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F78; }
p { color: rgb(170,143,120); }
H1.HeaderClassName
{
color: #AA8F78;
}
.AnyTagClassName
{
color: #AA8F78;
}
</style>
background-color css
<style>
a { background-color: #AA8F78; }
a { background-color: rgb(170,143,120); }
div.DivClassName
{
background-color: #AA8F78;
}
.BgClassName
{
background-color: #AA8F78;
}
</style>
border-color css
<style>
span { border-color: #AA8F78; }
span { border-color: rgb(170,143,120); }
td.TdClassName
{
border-color: #AA8F78;
}
.TagClassName
{
border-color: #AA8F78;
}
</style>