Shades of Sandrift #AA9481
Tints of Sandrift #AA9481
RGB
CMYK
RGB Variations
Color information
#AA9481 (or 0xAA9481) is known color: Sandrift. HEX triplet: AA, 94 and 81. RGB value is (170,148,129). Sum of RGB (Red+Green+Blue) = 170+148+129=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9481 is #556B7E. Grayscale: #989898. Windows color (decimal): -5598079 or 8492202. OLE color: 8492202.
HSL color Cylindrical-coordinate representation of color #AA9481: hue angle of 27.8º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9481 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 129 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.33 |
| HSL | 27.8º | 0.19% | 0.59% | - |
| HSV(B) | 27.8º | 0.24% | 0.67% | - |
| XYZ | 31.13 | 31.31 | 25.17 | - |
| YUV | 152.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 129 | 0 | 0.13 | 0.24 | 0.33 | 27.8 | 0.19 | 0.59 |
| Hex | AA | 94 | 81 | 0 | D | 18 | 21 | 1C | 13 | 3B |
| Octal | 252 | 224 | 201 | 0 | 15 | 30 | 41 | 34 | 23 | 73 |
| Binary | 10101010 | 10010100 | 10000001 | 0 | 1101 | 11000 | 100001 | 11100 | 10011 | 111011 |
Color Harmonies of #AA9481
Complementary color
Monochromatic Colors of #AA9481
Black with #AA9481
Text Example
Text Example
White with #AA9481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9481; }
p { color: rgb(170,148,129); }
H1.HeaderClassName
{
color: #AA9481;
}
.AnyTagClassName
{
color: #AA9481;
}
</style>
background-color css
<style>
a { background-color: #AA9481; }
a { background-color: rgb(170,148,129); }
div.DivClassName
{
background-color: #AA9481;
}
.BgClassName
{
background-color: #AA9481;
}
</style>
border-color css
<style>
span { border-color: #AA9481; }
span { border-color: rgb(170,148,129); }
td.TdClassName
{
border-color: #AA9481;
}
.TagClassName
{
border-color: #AA9481;
}
</style>