Shades of Sandrift #AA9384
Tints of Sandrift #AA9384
RGB
CMYK
RGB Variations
Color information
#AA9384 (or 0xAA9384) is known color: Sandrift. HEX triplet: AA, 93 and 84. RGB value is (170,147,132). Sum of RGB (Red+Green+Blue) = 170+147+132=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9384 is #556C7B. Grayscale: #989898. Windows color (decimal): -5598332 or 8688554. OLE color: 8688554.
HSL color Cylindrical-coordinate representation of color #AA9384: hue angle of 23.68º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA9384 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 132 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.33 |
| HSL | 23.68º | 0.18% | 0.59% | - |
| HSV(B) | 23.68º | 0.22% | 0.67% | - |
| XYZ | 31.18 | 31.08 | 26.19 | - |
| YUV | 152.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 132 | 0 | 0.14 | 0.22 | 0.33 | 23.68 | 0.18 | 0.59 |
| Hex | AA | 93 | 84 | 0 | E | 16 | 21 | 18 | 12 | 3B |
| Octal | 252 | 223 | 204 | 0 | 16 | 26 | 41 | 30 | 22 | 73 |
| Binary | 10101010 | 10010011 | 10000100 | 0 | 1110 | 10110 | 100001 | 11000 | 10010 | 111011 |
Color Harmonies of #AA9384
Complementary color
Monochromatic Colors of #AA9384
Black with #AA9384
Text Example
Text Example
White with #AA9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9384; }
p { color: rgb(170,147,132); }
H1.HeaderClassName
{
color: #AA9384;
}
.AnyTagClassName
{
color: #AA9384;
}
</style>
background-color css
<style>
a { background-color: #AA9384; }
a { background-color: rgb(170,147,132); }
div.DivClassName
{
background-color: #AA9384;
}
.BgClassName
{
background-color: #AA9384;
}
</style>
border-color css
<style>
span { border-color: #AA9384; }
span { border-color: rgb(170,147,132); }
td.TdClassName
{
border-color: #AA9384;
}
.TagClassName
{
border-color: #AA9384;
}
</style>