Shades of Sandrift #AA8D80
Tints of Sandrift #AA8D80
RGB
CMYK
RGB Variations
Color information
#AA8D80 (or 0xAA8D80) is known color: Sandrift. HEX triplet: AA, 8D and 80. RGB value is (170,141,128). Sum of RGB (Red+Green+Blue) = 170+141+128=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8D80 is #55727F. Grayscale: #949494. Windows color (decimal): -5599872 or 8424874. OLE color: 8424874.
HSL color Cylindrical-coordinate representation of color #AA8D80: hue angle of 18.57º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA8D80 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 128 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.33 |
| HSL | 18.57º | 0.2% | 0.58% | - |
| HSV(B) | 18.57º | 0.25% | 0.67% | - |
| XYZ | 30 | 29.15 | 24.47 | - |
| YUV | 148.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 128 | 0 | 0.17 | 0.25 | 0.33 | 18.57 | 0.2 | 0.58 |
| Hex | AA | 8D | 80 | 0 | 11 | 19 | 21 | 13 | 14 | 3A |
| Octal | 252 | 215 | 200 | 0 | 21 | 31 | 41 | 23 | 24 | 72 |
| Binary | 10101010 | 10001101 | 10000000 | 0 | 10001 | 11001 | 100001 | 10011 | 10100 | 111010 |
Color Harmonies of #AA8D80
Complementary color
Monochromatic Colors of #AA8D80
Black with #AA8D80
Text Example
Text Example
White with #AA8D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D80; }
p { color: rgb(170,141,128); }
H1.HeaderClassName
{
color: #AA8D80;
}
.AnyTagClassName
{
color: #AA8D80;
}
</style>
background-color css
<style>
a { background-color: #AA8D80; }
a { background-color: rgb(170,141,128); }
div.DivClassName
{
background-color: #AA8D80;
}
.BgClassName
{
background-color: #AA8D80;
}
</style>
border-color css
<style>
span { border-color: #AA8D80; }
span { border-color: rgb(170,141,128); }
td.TdClassName
{
border-color: #AA8D80;
}
.TagClassName
{
border-color: #AA8D80;
}
</style>