Shades of Sandrift #AA9482
Tints of Sandrift #AA9482
RGB
CMYK
RGB Variations
Color information
#AA9482 (or 0xAA9482) is known color: Sandrift. HEX triplet: AA, 94 and 82. RGB value is (170,148,130). Sum of RGB (Red+Green+Blue) = 170+148+130=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9482 is #556B7D. Grayscale: #989898. Windows color (decimal): -5598078 or 8557738. OLE color: 8557738.
HSL color Cylindrical-coordinate representation of color #AA9482: hue angle of 27º 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 #AA9482 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 130 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.33 |
| HSL | 27º | 0.19% | 0.59% | - |
| HSV(B) | 27º | 0.24% | 0.67% | - |
| XYZ | 31.2 | 31.34 | 25.52 | - |
| YUV | 152.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 130 | 0 | 0.13 | 0.24 | 0.33 | 27 | 0.19 | 0.59 |
| Hex | AA | 94 | 82 | 0 | D | 18 | 21 | 1B | 13 | 3B |
| Octal | 252 | 224 | 202 | 0 | 15 | 30 | 41 | 33 | 23 | 73 |
| Binary | 10101010 | 10010100 | 10000010 | 0 | 1101 | 11000 | 100001 | 11011 | 10011 | 111011 |
Color Harmonies of #AA9482
Complementary color
Monochromatic Colors of #AA9482
Black with #AA9482
Text Example
Text Example
White with #AA9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9482; }
p { color: rgb(170,148,130); }
H1.HeaderClassName
{
color: #AA9482;
}
.AnyTagClassName
{
color: #AA9482;
}
</style>
background-color css
<style>
a { background-color: #AA9482; }
a { background-color: rgb(170,148,130); }
div.DivClassName
{
background-color: #AA9482;
}
.BgClassName
{
background-color: #AA9482;
}
</style>
border-color css
<style>
span { border-color: #AA9482; }
span { border-color: rgb(170,148,130); }
td.TdClassName
{
border-color: #AA9482;
}
.TagClassName
{
border-color: #AA9482;
}
</style>