Shades of Sandrift #AA9386
Tints of Sandrift #AA9386
RGB
CMYK
RGB Variations
Color information
#AA9386 (or 0xAA9386) is known color: Sandrift. HEX triplet: AA, 93 and 86. RGB value is (170,147,134). Sum of RGB (Red+Green+Blue) = 170+147+134=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9386 is #556C79. Grayscale: #989898. Windows color (decimal): -5598330 or 8819626. OLE color: 8819626.
HSL color Cylindrical-coordinate representation of color #AA9386: hue angle of 21.67º 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 #AA9386 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 134 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.33 |
| HSL | 21.67º | 0.17% | 0.6% | - |
| HSV(B) | 21.67º | 0.21% | 0.67% | - |
| XYZ | 31.31 | 31.13 | 26.91 | - |
| YUV | 152.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 134 | 0 | 0.14 | 0.21 | 0.33 | 21.67 | 0.17 | 0.6 |
| Hex | AA | 93 | 86 | 0 | E | 15 | 21 | 16 | 11 | 3C |
| Octal | 252 | 223 | 206 | 0 | 16 | 25 | 41 | 26 | 21 | 74 |
| Binary | 10101010 | 10010011 | 10000110 | 0 | 1110 | 10101 | 100001 | 10110 | 10001 | 111100 |
Color Harmonies of #AA9386
Complementary color
Monochromatic Colors of #AA9386
Black with #AA9386
Text Example
Text Example
White with #AA9386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9386; }
p { color: rgb(170,147,134); }
H1.HeaderClassName
{
color: #AA9386;
}
.AnyTagClassName
{
color: #AA9386;
}
</style>
background-color css
<style>
a { background-color: #AA9386; }
a { background-color: rgb(170,147,134); }
div.DivClassName
{
background-color: #AA9386;
}
.BgClassName
{
background-color: #AA9386;
}
</style>
border-color css
<style>
span { border-color: #AA9386; }
span { border-color: rgb(170,147,134); }
td.TdClassName
{
border-color: #AA9386;
}
.TagClassName
{
border-color: #AA9386;
}
</style>