Shades of Sandrift #AA947D
Tints of Sandrift #AA947D
RGB
CMYK
RGB Variations
Color information
#AA947D (or 0xAA947D) is known color: Sandrift. HEX triplet: AA, 94 and 7D. RGB value is (170,148,125). Sum of RGB (Red+Green+Blue) = 170+148+125=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA947D is #556B82. Grayscale: #989898. Windows color (decimal): -5598083 or 8230058. OLE color: 8230058.
HSL color Cylindrical-coordinate representation of color #AA947D: hue angle of 30.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA947D is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 125 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.33 |
| HSL | 30.67º | 0.21% | 0.58% | - |
| HSV(B) | 30.67º | 0.26% | 0.67% | - |
| XYZ | 30.87 | 31.21 | 23.8 | - |
| YUV | 151.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 125 | 0 | 0.13 | 0.26 | 0.33 | 30.67 | 0.21 | 0.58 |
| Hex | AA | 94 | 7D | 0 | D | 1A | 21 | 1F | 15 | 3A |
| Octal | 252 | 224 | 175 | 0 | 15 | 32 | 41 | 37 | 25 | 72 |
| Binary | 10101010 | 10010100 | 1111101 | 0 | 1101 | 11010 | 100001 | 11111 | 10101 | 111010 |
Color Harmonies of #AA947D
Complementary color
Monochromatic Colors of #AA947D
Black with #AA947D
Text Example
Text Example
White with #AA947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA947D; }
p { color: rgb(170,148,125); }
H1.HeaderClassName
{
color: #AA947D;
}
.AnyTagClassName
{
color: #AA947D;
}
</style>
background-color css
<style>
a { background-color: #AA947D; }
a { background-color: rgb(170,148,125); }
div.DivClassName
{
background-color: #AA947D;
}
.BgClassName
{
background-color: #AA947D;
}
</style>
border-color css
<style>
span { border-color: #AA947D; }
span { border-color: rgb(170,148,125); }
td.TdClassName
{
border-color: #AA947D;
}
.TagClassName
{
border-color: #AA947D;
}
</style>