Shades of Sandrift #AA9186
Tints of Sandrift #AA9186
RGB
CMYK
RGB Variations
Color information
#AA9186 (or 0xAA9186) is known color: Sandrift. HEX triplet: AA, 91 and 86. RGB value is (170,145,134). Sum of RGB (Red+Green+Blue) = 170+145+134=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9186 is #556E79. Grayscale: #979797. Windows color (decimal): -5598842 or 8819114. OLE color: 8819114.
HSL color Cylindrical-coordinate representation of color #AA9186: hue angle of 18.33º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA9186 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 134 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.33 |
| HSL | 18.33º | 0.17% | 0.6% | - |
| HSV(B) | 18.33º | 0.21% | 0.67% | - |
| XYZ | 31.01 | 30.52 | 26.81 | - |
| YUV | 151.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 134 | 0 | 0.15 | 0.21 | 0.33 | 18.33 | 0.17 | 0.6 |
| Hex | AA | 91 | 86 | 0 | F | 15 | 21 | 12 | 11 | 3C |
| Octal | 252 | 221 | 206 | 0 | 17 | 25 | 41 | 22 | 21 | 74 |
| Binary | 10101010 | 10010001 | 10000110 | 0 | 1111 | 10101 | 100001 | 10010 | 10001 | 111100 |
Color Harmonies of #AA9186
Complementary color
Monochromatic Colors of #AA9186
Black with #AA9186
Text Example
Text Example
White with #AA9186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9186; }
p { color: rgb(170,145,134); }
H1.HeaderClassName
{
color: #AA9186;
}
.AnyTagClassName
{
color: #AA9186;
}
</style>
background-color css
<style>
a { background-color: #AA9186; }
a { background-color: rgb(170,145,134); }
div.DivClassName
{
background-color: #AA9186;
}
.BgClassName
{
background-color: #AA9186;
}
</style>
border-color css
<style>
span { border-color: #AA9186; }
span { border-color: rgb(170,145,134); }
td.TdClassName
{
border-color: #AA9186;
}
.TagClassName
{
border-color: #AA9186;
}
</style>