Shades of Sandrift #AA8F7F
Tints of Sandrift #AA8F7F
RGB
CMYK
RGB Variations
Color information
#AA8F7F (or 0xAA8F7F) is known color: Sandrift. HEX triplet: AA, 8F and 7F. RGB value is (170,143,127). Sum of RGB (Red+Green+Blue) = 170+143+127=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F7F is #557080. Grayscale: #959595. Windows color (decimal): -5599361 or 8359850. OLE color: 8359850.
HSL color Cylindrical-coordinate representation of color #AA8F7F: hue angle of 22.33º 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 #AA8F7F is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 127 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.33 |
| HSL | 22.33º | 0.2% | 0.58% | - |
| HSV(B) | 22.33º | 0.25% | 0.67% | - |
| XYZ | 30.23 | 29.72 | 24.22 | - |
| YUV | 149.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 127 | 0 | 0.16 | 0.25 | 0.33 | 22.33 | 0.2 | 0.58 |
| Hex | AA | 8F | 7F | 0 | 10 | 19 | 21 | 16 | 14 | 3A |
| Octal | 252 | 217 | 177 | 0 | 20 | 31 | 41 | 26 | 24 | 72 |
| Binary | 10101010 | 10001111 | 1111111 | 0 | 10000 | 11001 | 100001 | 10110 | 10100 | 111010 |
Color Harmonies of #AA8F7F
Complementary color
Monochromatic Colors of #AA8F7F
Black with #AA8F7F
Text Example
Text Example
White with #AA8F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F7F; }
p { color: rgb(170,143,127); }
H1.HeaderClassName
{
color: #AA8F7F;
}
.AnyTagClassName
{
color: #AA8F7F;
}
</style>
background-color css
<style>
a { background-color: #AA8F7F; }
a { background-color: rgb(170,143,127); }
div.DivClassName
{
background-color: #AA8F7F;
}
.BgClassName
{
background-color: #AA8F7F;
}
</style>
border-color css
<style>
span { border-color: #AA8F7F; }
span { border-color: rgb(170,143,127); }
td.TdClassName
{
border-color: #AA8F7F;
}
.TagClassName
{
border-color: #AA8F7F;
}
</style>