Shades of Sandrift #AA8D7C
Tints of Sandrift #AA8D7C
RGB
CMYK
RGB Variations
Color information
#AA8D7C (or 0xAA8D7C) is known color: Sandrift. HEX triplet: AA, 8D and 7C. RGB value is (170,141,124). Sum of RGB (Red+Green+Blue) = 170+141+124=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D7C is #557283. Grayscale: #939393. Windows color (decimal): -5599876 or 8162730. OLE color: 8162730.
HSL color Cylindrical-coordinate representation of color #AA8D7C: hue angle of 22.17º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA8D7C is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 124 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.33 |
| HSL | 22.17º | 0.21% | 0.58% | - |
| HSV(B) | 22.17º | 0.27% | 0.67% | - |
| XYZ | 29.74 | 29.05 | 23.11 | - |
| YUV | 147.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 124 | 0 | 0.17 | 0.27 | 0.33 | 22.17 | 0.21 | 0.58 |
| Hex | AA | 8D | 7C | 0 | 11 | 1B | 21 | 16 | 15 | 3A |
| Octal | 252 | 215 | 174 | 0 | 21 | 33 | 41 | 26 | 25 | 72 |
| Binary | 10101010 | 10001101 | 1111100 | 0 | 10001 | 11011 | 100001 | 10110 | 10101 | 111010 |
Color Harmonies of #AA8D7C
Complementary color
Monochromatic Colors of #AA8D7C
Black with #AA8D7C
Text Example
Text Example
White with #AA8D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D7C; }
p { color: rgb(170,141,124); }
H1.HeaderClassName
{
color: #AA8D7C;
}
.AnyTagClassName
{
color: #AA8D7C;
}
</style>
background-color css
<style>
a { background-color: #AA8D7C; }
a { background-color: rgb(170,141,124); }
div.DivClassName
{
background-color: #AA8D7C;
}
.BgClassName
{
background-color: #AA8D7C;
}
</style>
border-color css
<style>
span { border-color: #AA8D7C; }
span { border-color: rgb(170,141,124); }
td.TdClassName
{
border-color: #AA8D7C;
}
.TagClassName
{
border-color: #AA8D7C;
}
</style>