Shades of Sandrift #AA947F
Tints of Sandrift #AA947F
RGB
CMYK
RGB Variations
Color information
#AA947F (or 0xAA947F) is known color: Sandrift. HEX triplet: AA, 94 and 7F. RGB value is (170,148,127). Sum of RGB (Red+Green+Blue) = 170+148+127=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA947F is #556B80. Grayscale: #989898. Windows color (decimal): -5598081 or 8361130. OLE color: 8361130.
HSL color Cylindrical-coordinate representation of color #AA947F: hue angle of 29.3º 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 #AA947F is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 127 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.33 |
| HSL | 29.3º | 0.2% | 0.58% | - |
| HSV(B) | 29.3º | 0.25% | 0.67% | - |
| XYZ | 31 | 31.26 | 24.48 | - |
| YUV | 152.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 127 | 0 | 0.13 | 0.25 | 0.33 | 29.3 | 0.2 | 0.58 |
| Hex | AA | 94 | 7F | 0 | D | 19 | 21 | 1D | 14 | 3A |
| Octal | 252 | 224 | 177 | 0 | 15 | 31 | 41 | 35 | 24 | 72 |
| Binary | 10101010 | 10010100 | 1111111 | 0 | 1101 | 11001 | 100001 | 11101 | 10100 | 111010 |
Color Harmonies of #AA947F
Complementary color
Monochromatic Colors of #AA947F
Black with #AA947F
Text Example
Text Example
White with #AA947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA947F; }
p { color: rgb(170,148,127); }
H1.HeaderClassName
{
color: #AA947F;
}
.AnyTagClassName
{
color: #AA947F;
}
</style>
background-color css
<style>
a { background-color: #AA947F; }
a { background-color: rgb(170,148,127); }
div.DivClassName
{
background-color: #AA947F;
}
.BgClassName
{
background-color: #AA947F;
}
</style>
border-color css
<style>
span { border-color: #AA947F; }
span { border-color: rgb(170,148,127); }
td.TdClassName
{
border-color: #AA947F;
}
.TagClassName
{
border-color: #AA947F;
}
</style>