Shades of Sandrift #AA8D7F
Tints of Sandrift #AA8D7F
RGB
CMYK
RGB Variations
Color information
#AA8D7F (or 0xAA8D7F) is known color: Sandrift. HEX triplet: AA, 8D and 7F. RGB value is (170,141,127). Sum of RGB (Red+Green+Blue) = 170+141+127=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D7F is #557280. Grayscale: #949494. Windows color (decimal): -5599873 or 8359338. OLE color: 8359338.
HSL color Cylindrical-coordinate representation of color #AA8D7F: hue angle of 19.53º 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 #AA8D7F is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 127 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.33 |
| HSL | 19.53º | 0.2% | 0.58% | - |
| HSV(B) | 19.53º | 0.25% | 0.67% | - |
| XYZ | 29.93 | 29.13 | 24.12 | - |
| YUV | 148.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 127 | 0 | 0.17 | 0.25 | 0.33 | 19.53 | 0.2 | 0.58 |
| Hex | AA | 8D | 7F | 0 | 11 | 19 | 21 | 14 | 14 | 3A |
| Octal | 252 | 215 | 177 | 0 | 21 | 31 | 41 | 24 | 24 | 72 |
| Binary | 10101010 | 10001101 | 1111111 | 0 | 10001 | 11001 | 100001 | 10100 | 10100 | 111010 |
Color Harmonies of #AA8D7F
Complementary color
Monochromatic Colors of #AA8D7F
Black with #AA8D7F
Text Example
Text Example
White with #AA8D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D7F; }
p { color: rgb(170,141,127); }
H1.HeaderClassName
{
color: #AA8D7F;
}
.AnyTagClassName
{
color: #AA8D7F;
}
</style>
background-color css
<style>
a { background-color: #AA8D7F; }
a { background-color: rgb(170,141,127); }
div.DivClassName
{
background-color: #AA8D7F;
}
.BgClassName
{
background-color: #AA8D7F;
}
</style>
border-color css
<style>
span { border-color: #AA8D7F; }
span { border-color: rgb(170,141,127); }
td.TdClassName
{
border-color: #AA8D7F;
}
.TagClassName
{
border-color: #AA8D7F;
}
</style>