Shades of Sandrift #AA937C
Tints of Sandrift #AA937C
RGB
CMYK
RGB Variations
Color information
#AA937C (or 0xAA937C) is known color: Sandrift. HEX triplet: AA, 93 and 7C. RGB value is (170,147,124). Sum of RGB (Red+Green+Blue) = 170+147+124=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA937C is #556C83. Grayscale: #979797. Windows color (decimal): -5598340 or 8164266. OLE color: 8164266.
HSL color Cylindrical-coordinate representation of color #AA937C: hue angle of 30º 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 #AA937C is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 124 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.33 |
| HSL | 30º | 0.21% | 0.58% | - |
| HSV(B) | 30º | 0.27% | 0.67% | - |
| XYZ | 30.65 | 30.87 | 23.41 | - |
| YUV | 151.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 124 | 0 | 0.14 | 0.27 | 0.33 | 30 | 0.21 | 0.58 |
| Hex | AA | 93 | 7C | 0 | E | 1B | 21 | 1E | 15 | 3A |
| Octal | 252 | 223 | 174 | 0 | 16 | 33 | 41 | 36 | 25 | 72 |
| Binary | 10101010 | 10010011 | 1111100 | 0 | 1110 | 11011 | 100001 | 11110 | 10101 | 111010 |
Color Harmonies of #AA937C
Complementary color
Monochromatic Colors of #AA937C
Black with #AA937C
Text Example
Text Example
White with #AA937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA937C; }
p { color: rgb(170,147,124); }
H1.HeaderClassName
{
color: #AA937C;
}
.AnyTagClassName
{
color: #AA937C;
}
</style>
background-color css
<style>
a { background-color: #AA937C; }
a { background-color: rgb(170,147,124); }
div.DivClassName
{
background-color: #AA937C;
}
.BgClassName
{
background-color: #AA937C;
}
</style>
border-color css
<style>
span { border-color: #AA937C; }
span { border-color: rgb(170,147,124); }
td.TdClassName
{
border-color: #AA937C;
}
.TagClassName
{
border-color: #AA937C;
}
</style>