Shades of Sandrift #AA8878
Tints of Sandrift #AA8878
RGB
CMYK
RGB Variations
Color information
#AA8878 (or 0xAA8878) is known color: Sandrift. HEX triplet: AA, 88 and 78. RGB value is (170,136,120). Sum of RGB (Red+Green+Blue) = 170+136+120=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8878 is #557787. Grayscale: #909090. Windows color (decimal): -5601160 or 7899306. OLE color: 7899306.
HSL color Cylindrical-coordinate representation of color #AA8878: hue angle of 19.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 #AA8878 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 120 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.33 |
| HSL | 19.2º | 0.23% | 0.57% | - |
| HSV(B) | 19.2º | 0.29% | 0.67% | - |
| XYZ | 28.77 | 27.51 | 21.56 | - |
| YUV | 144.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 120 | 0 | 0.20 | 0.29 | 0.33 | 19.2 | 0.23 | 0.57 |
| Hex | AA | 88 | 78 | 0 | 14 | 1D | 21 | 13 | 17 | 39 |
| Octal | 252 | 210 | 170 | 0 | 24 | 35 | 41 | 23 | 27 | 71 |
| Binary | 10101010 | 10001000 | 1111000 | 0 | 10100 | 11101 | 100001 | 10011 | 10111 | 111001 |
Color Harmonies of #AA8878
Complementary color
Monochromatic Colors of #AA8878
Black with #AA8878
Text Example
Text Example
White with #AA8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8878; }
p { color: rgb(170,136,120); }
H1.HeaderClassName
{
color: #AA8878;
}
.AnyTagClassName
{
color: #AA8878;
}
</style>
background-color css
<style>
a { background-color: #AA8878; }
a { background-color: rgb(170,136,120); }
div.DivClassName
{
background-color: #AA8878;
}
.BgClassName
{
background-color: #AA8878;
}
</style>
border-color css
<style>
span { border-color: #AA8878; }
span { border-color: rgb(170,136,120); }
td.TdClassName
{
border-color: #AA8878;
}
.TagClassName
{
border-color: #AA8878;
}
</style>