Shades of Sandrift #AA9581
Tints of Sandrift #AA9581
RGB
CMYK
RGB Variations
Color information
#AA9581 (or 0xAA9581) is known color: Sandrift. HEX triplet: AA, 95 and 81. RGB value is (170,149,129). Sum of RGB (Red+Green+Blue) = 170+149+129=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9581 is #556A7E. Grayscale: #999999. Windows color (decimal): -5597823 or 8492458. OLE color: 8492458.
HSL color Cylindrical-coordinate representation of color #AA9581: hue angle of 29.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 #AA9581 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 129 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.33 |
| HSL | 29.27º | 0.19% | 0.59% | - |
| HSV(B) | 29.27º | 0.24% | 0.67% | - |
| XYZ | 31.29 | 31.63 | 25.22 | - |
| YUV | 153 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 129 | 0 | 0.12 | 0.24 | 0.33 | 29.27 | 0.19 | 0.59 |
| Hex | AA | 95 | 81 | 0 | C | 18 | 21 | 1D | 13 | 3B |
| Octal | 252 | 225 | 201 | 0 | 14 | 30 | 41 | 35 | 23 | 73 |
| Binary | 10101010 | 10010101 | 10000001 | 0 | 1100 | 11000 | 100001 | 11101 | 10011 | 111011 |
Color Harmonies of #AA9581
Complementary color
Monochromatic Colors of #AA9581
Black with #AA9581
Text Example
Text Example
White with #AA9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9581; }
p { color: rgb(170,149,129); }
H1.HeaderClassName
{
color: #AA9581;
}
.AnyTagClassName
{
color: #AA9581;
}
</style>
background-color css
<style>
a { background-color: #AA9581; }
a { background-color: rgb(170,149,129); }
div.DivClassName
{
background-color: #AA9581;
}
.BgClassName
{
background-color: #AA9581;
}
</style>
border-color css
<style>
span { border-color: #AA9581; }
span { border-color: rgb(170,149,129); }
td.TdClassName
{
border-color: #AA9581;
}
.TagClassName
{
border-color: #AA9581;
}
</style>