Shades of Sandrift #AA8877
Tints of Sandrift #AA8877
RGB
CMYK
RGB Variations
Color information
#AA8877 (or 0xAA8877) is known color: Sandrift. HEX triplet: AA, 88 and 77. RGB value is (170,136,119). Sum of RGB (Red+Green+Blue) = 170+136+119=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8877 is #557788. Grayscale: #909090. Windows color (decimal): -5601161 or 7833770. OLE color: 7833770.
HSL color Cylindrical-coordinate representation of color #AA8877: hue angle of 20º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8877 is Cyan = 0, Magento = 0.20, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 119 | - |
| CMYK | 0 | 0.20 | 0.3 | 0.33 |
| HSL | 20º | 0.23% | 0.57% | - |
| HSV(B) | 20º | 0.3% | 0.67% | - |
| XYZ | 28.71 | 27.49 | 21.24 | - |
| YUV | 144.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 119 | 0 | 0.20 | 0.3 | 0.33 | 20 | 0.23 | 0.57 |
| Hex | AA | 88 | 77 | 0 | 14 | 1E | 21 | 14 | 17 | 39 |
| Octal | 252 | 210 | 167 | 0 | 24 | 36 | 41 | 24 | 27 | 71 |
| Binary | 10101010 | 10001000 | 1110111 | 0 | 10100 | 11110 | 100001 | 10100 | 10111 | 111001 |
Color Harmonies of #AA8877
Complementary color
Monochromatic Colors of #AA8877
Black with #AA8877
Text Example
Text Example
White with #AA8877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8877; }
p { color: rgb(170,136,119); }
H1.HeaderClassName
{
color: #AA8877;
}
.AnyTagClassName
{
color: #AA8877;
}
</style>
background-color css
<style>
a { background-color: #AA8877; }
a { background-color: rgb(170,136,119); }
div.DivClassName
{
background-color: #AA8877;
}
.BgClassName
{
background-color: #AA8877;
}
</style>
border-color css
<style>
span { border-color: #AA8877; }
span { border-color: rgb(170,136,119); }
td.TdClassName
{
border-color: #AA8877;
}
.TagClassName
{
border-color: #AA8877;
}
</style>