Shades of Sandrift #AA9286
Tints of Sandrift #AA9286
RGB
CMYK
RGB Variations
Color information
#AA9286 (or 0xAA9286) is known color: Sandrift. HEX triplet: AA, 92 and 86. RGB value is (170,146,134). Sum of RGB (Red+Green+Blue) = 170+146+134=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9286 is #556D79. Grayscale: #979797. Windows color (decimal): -5598586 or 8819370. OLE color: 8819370.
HSL color Cylindrical-coordinate representation of color #AA9286: hue angle of 20º 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 #AA9286 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 134 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.33 |
| HSL | 20º | 0.17% | 0.6% | - |
| HSV(B) | 20º | 0.21% | 0.67% | - |
| XYZ | 31.16 | 30.83 | 26.86 | - |
| YUV | 151.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 134 | 0 | 0.14 | 0.21 | 0.33 | 20 | 0.17 | 0.6 |
| Hex | AA | 92 | 86 | 0 | E | 15 | 21 | 14 | 11 | 3C |
| Octal | 252 | 222 | 206 | 0 | 16 | 25 | 41 | 24 | 21 | 74 |
| Binary | 10101010 | 10010010 | 10000110 | 0 | 1110 | 10101 | 100001 | 10100 | 10001 | 111100 |
Color Harmonies of #AA9286
Complementary color
Monochromatic Colors of #AA9286
Black with #AA9286
Text Example
Text Example
White with #AA9286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9286; }
p { color: rgb(170,146,134); }
H1.HeaderClassName
{
color: #AA9286;
}
.AnyTagClassName
{
color: #AA9286;
}
</style>
background-color css
<style>
a { background-color: #AA9286; }
a { background-color: rgb(170,146,134); }
div.DivClassName
{
background-color: #AA9286;
}
.BgClassName
{
background-color: #AA9286;
}
</style>
border-color css
<style>
span { border-color: #AA9286; }
span { border-color: rgb(170,146,134); }
td.TdClassName
{
border-color: #AA9286;
}
.TagClassName
{
border-color: #AA9286;
}
</style>