Shades of Sandrift #AA9387
Tints of Sandrift #AA9387
RGB
CMYK
RGB Variations
Color information
#AA9387 (or 0xAA9387) is known color: Sandrift. HEX triplet: AA, 93 and 87. RGB value is (170,147,135). Sum of RGB (Red+Green+Blue) = 170+147+135=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9387 is #556C78. Grayscale: #989898. Windows color (decimal): -5598329 or 8885162. OLE color: 8885162.
HSL color Cylindrical-coordinate representation of color #AA9387: hue angle of 20.57º 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 #AA9387 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 135 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.33 |
| HSL | 20.57º | 0.17% | 0.6% | - |
| HSV(B) | 20.57º | 0.21% | 0.67% | - |
| XYZ | 31.38 | 31.16 | 27.28 | - |
| YUV | 152.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 135 | 0 | 0.14 | 0.21 | 0.33 | 20.57 | 0.17 | 0.6 |
| Hex | AA | 93 | 87 | 0 | E | 15 | 21 | 15 | 11 | 3C |
| Octal | 252 | 223 | 207 | 0 | 16 | 25 | 41 | 25 | 21 | 74 |
| Binary | 10101010 | 10010011 | 10000111 | 0 | 1110 | 10101 | 100001 | 10101 | 10001 | 111100 |
Color Harmonies of #AA9387
Complementary color
Monochromatic Colors of #AA9387
Black with #AA9387
Text Example
Text Example
White with #AA9387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9387; }
p { color: rgb(170,147,135); }
H1.HeaderClassName
{
color: #AA9387;
}
.AnyTagClassName
{
color: #AA9387;
}
</style>
background-color css
<style>
a { background-color: #AA9387; }
a { background-color: rgb(170,147,135); }
div.DivClassName
{
background-color: #AA9387;
}
.BgClassName
{
background-color: #AA9387;
}
</style>
border-color css
<style>
span { border-color: #AA9387; }
span { border-color: rgb(170,147,135); }
td.TdClassName
{
border-color: #AA9387;
}
.TagClassName
{
border-color: #AA9387;
}
</style>