Shades of Sandrift #AA8C7C
Tints of Sandrift #AA8C7C
RGB
CMYK
RGB Variations
Color information
#AA8C7C (or 0xAA8C7C) is known color: Sandrift. HEX triplet: AA, 8C and 7C. RGB value is (170,140,124). Sum of RGB (Red+Green+Blue) = 170+140+124=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C7C is #557383. Grayscale: #939393. Windows color (decimal): -5600132 or 8162474. OLE color: 8162474.
HSL color Cylindrical-coordinate representation of color #AA8C7C: hue angle of 20.87º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA8C7C is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 124 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.33 |
| HSL | 20.87º | 0.21% | 0.58% | - |
| HSV(B) | 20.87º | 0.27% | 0.67% | - |
| XYZ | 29.59 | 28.76 | 23.06 | - |
| YUV | 147.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 124 | 0 | 0.18 | 0.27 | 0.33 | 20.87 | 0.21 | 0.58 |
| Hex | AA | 8C | 7C | 0 | 12 | 1B | 21 | 15 | 15 | 3A |
| Octal | 252 | 214 | 174 | 0 | 22 | 33 | 41 | 25 | 25 | 72 |
| Binary | 10101010 | 10001100 | 1111100 | 0 | 10010 | 11011 | 100001 | 10101 | 10101 | 111010 |
Color Harmonies of #AA8C7C
Complementary color
Monochromatic Colors of #AA8C7C
Black with #AA8C7C
Text Example
Text Example
White with #AA8C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C7C; }
p { color: rgb(170,140,124); }
H1.HeaderClassName
{
color: #AA8C7C;
}
.AnyTagClassName
{
color: #AA8C7C;
}
</style>
background-color css
<style>
a { background-color: #AA8C7C; }
a { background-color: rgb(170,140,124); }
div.DivClassName
{
background-color: #AA8C7C;
}
.BgClassName
{
background-color: #AA8C7C;
}
</style>
border-color css
<style>
span { border-color: #AA8C7C; }
span { border-color: rgb(170,140,124); }
td.TdClassName
{
border-color: #AA8C7C;
}
.TagClassName
{
border-color: #AA8C7C;
}
</style>