Shades of Sandrift #AA9184
Tints of Sandrift #AA9184
RGB
CMYK
RGB Variations
Color information
#AA9184 (or 0xAA9184) is known color: Sandrift. HEX triplet: AA, 91 and 84. RGB value is (170,145,132). Sum of RGB (Red+Green+Blue) = 170+145+132=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9184 is #556E7B. Grayscale: #979797. Windows color (decimal): -5598844 or 8688042. OLE color: 8688042.
HSL color Cylindrical-coordinate representation of color #AA9184: hue angle of 20.53º 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 #AA9184 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 132 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.33 |
| HSL | 20.53º | 0.18% | 0.59% | - |
| HSV(B) | 20.53º | 0.22% | 0.67% | - |
| XYZ | 30.87 | 30.46 | 26.08 | - |
| YUV | 150.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 132 | 0 | 0.15 | 0.22 | 0.33 | 20.53 | 0.18 | 0.59 |
| Hex | AA | 91 | 84 | 0 | F | 16 | 21 | 15 | 12 | 3B |
| Octal | 252 | 221 | 204 | 0 | 17 | 26 | 41 | 25 | 22 | 73 |
| Binary | 10101010 | 10010001 | 10000100 | 0 | 1111 | 10110 | 100001 | 10101 | 10010 | 111011 |
Color Harmonies of #AA9184
Complementary color
Monochromatic Colors of #AA9184
Black with #AA9184
Text Example
Text Example
White with #AA9184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9184; }
p { color: rgb(170,145,132); }
H1.HeaderClassName
{
color: #AA9184;
}
.AnyTagClassName
{
color: #AA9184;
}
</style>
background-color css
<style>
a { background-color: #AA9184; }
a { background-color: rgb(170,145,132); }
div.DivClassName
{
background-color: #AA9184;
}
.BgClassName
{
background-color: #AA9184;
}
</style>
border-color css
<style>
span { border-color: #AA9184; }
span { border-color: rgb(170,145,132); }
td.TdClassName
{
border-color: #AA9184;
}
.TagClassName
{
border-color: #AA9184;
}
</style>