Shades of Sandrift #AA8776
Tints of Sandrift #AA8776
RGB
CMYK
RGB Variations
Color information
#AA8776 (or 0xAA8776) is known color: Sandrift. HEX triplet: AA, 87 and 76. RGB value is (170,135,118). Sum of RGB (Red+Green+Blue) = 170+135+118=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8776 is #557889. Grayscale: #8F8F8F. Windows color (decimal): -5601418 or 7767978. OLE color: 7767978.
HSL color Cylindrical-coordinate representation of color #AA8776: hue angle of 19.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8776 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 118 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.33 |
| HSL | 19.62º | 0.23% | 0.56% | - |
| HSV(B) | 19.62º | 0.31% | 0.67% | - |
| XYZ | 28.51 | 27.18 | 20.88 | - |
| YUV | 143.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 118 | 0 | 0.21 | 0.31 | 0.33 | 19.62 | 0.23 | 0.56 |
| Hex | AA | 87 | 76 | 0 | 15 | 1F | 21 | 14 | 17 | 38 |
| Octal | 252 | 207 | 166 | 0 | 25 | 37 | 41 | 24 | 27 | 70 |
| Binary | 10101010 | 10000111 | 1110110 | 0 | 10101 | 11111 | 100001 | 10100 | 10111 | 111000 |
Color Harmonies of #AA8776
Complementary color
Monochromatic Colors of #AA8776
Black with #AA8776
Text Example
Text Example
White with #AA8776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8776; }
p { color: rgb(170,135,118); }
H1.HeaderClassName
{
color: #AA8776;
}
.AnyTagClassName
{
color: #AA8776;
}
</style>
background-color css
<style>
a { background-color: #AA8776; }
a { background-color: rgb(170,135,118); }
div.DivClassName
{
background-color: #AA8776;
}
.BgClassName
{
background-color: #AA8776;
}
</style>
border-color css
<style>
span { border-color: #AA8776; }
span { border-color: rgb(170,135,118); }
td.TdClassName
{
border-color: #AA8776;
}
.TagClassName
{
border-color: #AA8776;
}
</style>