Shades of Sandrift #AA8E7F
Tints of Sandrift #AA8E7F
RGB
CMYK
RGB Variations
Color information
#AA8E7F (or 0xAA8E7F) is known color: Sandrift. HEX triplet: AA, 8E and 7F. RGB value is (170,142,127). Sum of RGB (Red+Green+Blue) = 170+142+127=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E7F is #557180. Grayscale: #949494. Windows color (decimal): -5599617 or 8359594. OLE color: 8359594.
HSL color Cylindrical-coordinate representation of color #AA8E7F: hue angle of 20.93º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA8E7F is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 142 | 127 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.33 |
| HSL | 20.93º | 0.2% | 0.58% | - |
| HSV(B) | 20.93º | 0.25% | 0.67% | - |
| XYZ | 30.08 | 29.42 | 24.17 | - |
| YUV | 148.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 127 | 0 | 0.16 | 0.25 | 0.33 | 20.93 | 0.2 | 0.58 |
| Hex | AA | 8E | 7F | 0 | 10 | 19 | 21 | 15 | 14 | 3A |
| Octal | 252 | 216 | 177 | 0 | 20 | 31 | 41 | 25 | 24 | 72 |
| Binary | 10101010 | 10001110 | 1111111 | 0 | 10000 | 11001 | 100001 | 10101 | 10100 | 111010 |
Color Harmonies of #AA8E7F
Complementary color
Monochromatic Colors of #AA8E7F
Black with #AA8E7F
Text Example
Text Example
White with #AA8E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8E7F; }
p { color: rgb(170,142,127); }
H1.HeaderClassName
{
color: #AA8E7F;
}
.AnyTagClassName
{
color: #AA8E7F;
}
</style>
background-color css
<style>
a { background-color: #AA8E7F; }
a { background-color: rgb(170,142,127); }
div.DivClassName
{
background-color: #AA8E7F;
}
.BgClassName
{
background-color: #AA8E7F;
}
</style>
border-color css
<style>
span { border-color: #AA8E7F; }
span { border-color: rgb(170,142,127); }
td.TdClassName
{
border-color: #AA8E7F;
}
.TagClassName
{
border-color: #AA8E7F;
}
</style>