Shades of Sandrift #AA917E
Tints of Sandrift #AA917E
RGB
CMYK
RGB Variations
Color information
#AA917E (or 0xAA917E) is known color: Sandrift. HEX triplet: AA, 91 and 7E. RGB value is (170,145,126). Sum of RGB (Red+Green+Blue) = 170+145+126=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA917E is #556E81. Grayscale: #969696. Windows color (decimal): -5598850 or 8294826. OLE color: 8294826.
HSL color Cylindrical-coordinate representation of color #AA917E: hue angle of 25.91º 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 #AA917E is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 126 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.33 |
| HSL | 25.91º | 0.21% | 0.58% | - |
| HSV(B) | 25.91º | 0.26% | 0.67% | - |
| XYZ | 30.47 | 30.3 | 23.98 | - |
| YUV | 150.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 126 | 0 | 0.15 | 0.26 | 0.33 | 25.91 | 0.21 | 0.58 |
| Hex | AA | 91 | 7E | 0 | F | 1A | 21 | 1A | 15 | 3A |
| Octal | 252 | 221 | 176 | 0 | 17 | 32 | 41 | 32 | 25 | 72 |
| Binary | 10101010 | 10010001 | 1111110 | 0 | 1111 | 11010 | 100001 | 11010 | 10101 | 111010 |
Color Harmonies of #AA917E
Complementary color
Monochromatic Colors of #AA917E
Black with #AA917E
Text Example
Text Example
White with #AA917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA917E; }
p { color: rgb(170,145,126); }
H1.HeaderClassName
{
color: #AA917E;
}
.AnyTagClassName
{
color: #AA917E;
}
</style>
background-color css
<style>
a { background-color: #AA917E; }
a { background-color: rgb(170,145,126); }
div.DivClassName
{
background-color: #AA917E;
}
.BgClassName
{
background-color: #AA917E;
}
</style>
border-color css
<style>
span { border-color: #AA917E; }
span { border-color: rgb(170,145,126); }
td.TdClassName
{
border-color: #AA917E;
}
.TagClassName
{
border-color: #AA917E;
}
</style>