Shades of Sandrift #AA917F
Tints of Sandrift #AA917F
RGB
CMYK
RGB Variations
Color information
#AA917F (or 0xAA917F) is known color: Sandrift. HEX triplet: AA, 91 and 7F. RGB value is (170,145,127). Sum of RGB (Red+Green+Blue) = 170+145+127=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA917F is #556E80. Grayscale: #969696. Windows color (decimal): -5598849 or 8360362. OLE color: 8360362.
HSL color Cylindrical-coordinate representation of color #AA917F: hue angle of 25.12º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA917F is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 127 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.33 |
| HSL | 25.12º | 0.2% | 0.58% | - |
| HSV(B) | 25.12º | 0.25% | 0.67% | - |
| XYZ | 30.53 | 30.33 | 24.32 | - |
| YUV | 150.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 127 | 0 | 0.15 | 0.25 | 0.33 | 25.12 | 0.2 | 0.58 |
| Hex | AA | 91 | 7F | 0 | F | 19 | 21 | 19 | 14 | 3A |
| Octal | 252 | 221 | 177 | 0 | 17 | 31 | 41 | 31 | 24 | 72 |
| Binary | 10101010 | 10010001 | 1111111 | 0 | 1111 | 11001 | 100001 | 11001 | 10100 | 111010 |
Color Harmonies of #AA917F
Complementary color
Monochromatic Colors of #AA917F
Black with #AA917F
Text Example
Text Example
White with #AA917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA917F; }
p { color: rgb(170,145,127); }
H1.HeaderClassName
{
color: #AA917F;
}
.AnyTagClassName
{
color: #AA917F;
}
</style>
background-color css
<style>
a { background-color: #AA917F; }
a { background-color: rgb(170,145,127); }
div.DivClassName
{
background-color: #AA917F;
}
.BgClassName
{
background-color: #AA917F;
}
</style>
border-color css
<style>
span { border-color: #AA917F; }
span { border-color: rgb(170,145,127); }
td.TdClassName
{
border-color: #AA917F;
}
.TagClassName
{
border-color: #AA917F;
}
</style>