Shades of Sandrift #AA937E
Tints of Sandrift #AA937E
RGB
CMYK
RGB Variations
Color information
#AA937E (or 0xAA937E) is known color: Sandrift. HEX triplet: AA, 93 and 7E. RGB value is (170,147,126). Sum of RGB (Red+Green+Blue) = 170+147+126=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA937E is #556C81. Grayscale: #979797. Windows color (decimal): -5598338 or 8295338. OLE color: 8295338.
HSL color Cylindrical-coordinate representation of color #AA937E: hue angle of 28.64º 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 #AA937E is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 126 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.33 |
| HSL | 28.64º | 0.21% | 0.58% | - |
| HSV(B) | 28.64º | 0.26% | 0.67% | - |
| XYZ | 30.78 | 30.92 | 24.08 | - |
| YUV | 151.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 126 | 0 | 0.14 | 0.26 | 0.33 | 28.64 | 0.21 | 0.58 |
| Hex | AA | 93 | 7E | 0 | E | 1A | 21 | 1D | 15 | 3A |
| Octal | 252 | 223 | 176 | 0 | 16 | 32 | 41 | 35 | 25 | 72 |
| Binary | 10101010 | 10010011 | 1111110 | 0 | 1110 | 11010 | 100001 | 11101 | 10101 | 111010 |
Color Harmonies of #AA937E
Complementary color
Monochromatic Colors of #AA937E
Black with #AA937E
Text Example
Text Example
White with #AA937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA937E; }
p { color: rgb(170,147,126); }
H1.HeaderClassName
{
color: #AA937E;
}
.AnyTagClassName
{
color: #AA937E;
}
</style>
background-color css
<style>
a { background-color: #AA937E; }
a { background-color: rgb(170,147,126); }
div.DivClassName
{
background-color: #AA937E;
}
.BgClassName
{
background-color: #AA937E;
}
</style>
border-color css
<style>
span { border-color: #AA937E; }
span { border-color: rgb(170,147,126); }
td.TdClassName
{
border-color: #AA937E;
}
.TagClassName
{
border-color: #AA937E;
}
</style>