Shades of Sandrift #AA9081
Tints of Sandrift #AA9081
RGB
CMYK
RGB Variations
Color information
#AA9081 (or 0xAA9081) is known color: Sandrift. HEX triplet: AA, 90 and 81. RGB value is (170,144,129). Sum of RGB (Red+Green+Blue) = 170+144+129=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9081 is #556F7E. Grayscale: #969696. Windows color (decimal): -5599103 or 8491178. OLE color: 8491178.
HSL color Cylindrical-coordinate representation of color #AA9081: hue angle of 21.95º 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 #AA9081 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 129 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.33 |
| HSL | 21.95º | 0.19% | 0.59% | - |
| HSV(B) | 21.95º | 0.24% | 0.67% | - |
| XYZ | 30.51 | 30.08 | 24.97 | - |
| YUV | 150.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 129 | 0 | 0.15 | 0.24 | 0.33 | 21.95 | 0.19 | 0.59 |
| Hex | AA | 90 | 81 | 0 | F | 18 | 21 | 16 | 13 | 3B |
| Octal | 252 | 220 | 201 | 0 | 17 | 30 | 41 | 26 | 23 | 73 |
| Binary | 10101010 | 10010000 | 10000001 | 0 | 1111 | 11000 | 100001 | 10110 | 10011 | 111011 |
Color Harmonies of #AA9081
Complementary color
Monochromatic Colors of #AA9081
Black with #AA9081
Text Example
Text Example
White with #AA9081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9081; }
p { color: rgb(170,144,129); }
H1.HeaderClassName
{
color: #AA9081;
}
.AnyTagClassName
{
color: #AA9081;
}
</style>
background-color css
<style>
a { background-color: #AA9081; }
a { background-color: rgb(170,144,129); }
div.DivClassName
{
background-color: #AA9081;
}
.BgClassName
{
background-color: #AA9081;
}
</style>
border-color css
<style>
span { border-color: #AA9081; }
span { border-color: rgb(170,144,129); }
td.TdClassName
{
border-color: #AA9081;
}
.TagClassName
{
border-color: #AA9081;
}
</style>