Shades of Sandrift #AA917C
Tints of Sandrift #AA917C
RGB
CMYK
RGB Variations
Color information
#AA917C (or 0xAA917C) is known color: Sandrift. HEX triplet: AA, 91 and 7C. RGB value is (170,145,124). Sum of RGB (Red+Green+Blue) = 170+145+124=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA917C is #556E83. Grayscale: #969696. Windows color (decimal): -5598852 or 8163754. OLE color: 8163754.
HSL color Cylindrical-coordinate representation of color #AA917C: hue angle of 27.39º 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 #AA917C is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 124 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.33 |
| HSL | 27.39º | 0.21% | 0.58% | - |
| HSV(B) | 27.39º | 0.27% | 0.67% | - |
| XYZ | 30.34 | 30.25 | 23.31 | - |
| YUV | 150.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 124 | 0 | 0.15 | 0.27 | 0.33 | 27.39 | 0.21 | 0.58 |
| Hex | AA | 91 | 7C | 0 | F | 1B | 21 | 1B | 15 | 3A |
| Octal | 252 | 221 | 174 | 0 | 17 | 33 | 41 | 33 | 25 | 72 |
| Binary | 10101010 | 10010001 | 1111100 | 0 | 1111 | 11011 | 100001 | 11011 | 10101 | 111010 |
Color Harmonies of #AA917C
Complementary color
Monochromatic Colors of #AA917C
Black with #AA917C
Text Example
Text Example
White with #AA917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA917C; }
p { color: rgb(170,145,124); }
H1.HeaderClassName
{
color: #AA917C;
}
.AnyTagClassName
{
color: #AA917C;
}
</style>
background-color css
<style>
a { background-color: #AA917C; }
a { background-color: rgb(170,145,124); }
div.DivClassName
{
background-color: #AA917C;
}
.BgClassName
{
background-color: #AA917C;
}
</style>
border-color css
<style>
span { border-color: #AA917C; }
span { border-color: rgb(170,145,124); }
td.TdClassName
{
border-color: #AA917C;
}
.TagClassName
{
border-color: #AA917C;
}
</style>