Shades of Sandrift #AA8F7B
Tints of Sandrift #AA8F7B
RGB
CMYK
RGB Variations
Color information
#AA8F7B (or 0xAA8F7B) is known color: Sandrift. HEX triplet: AA, 8F and 7B. RGB value is (170,143,123). Sum of RGB (Red+Green+Blue) = 170+143+123=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F7B is #557084. Grayscale: #949494. Windows color (decimal): -5599365 or 8097706. OLE color: 8097706.
HSL color Cylindrical-coordinate representation of color #AA8F7B: hue angle of 25.53º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA8F7B is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 123 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.33 |
| HSL | 25.53º | 0.22% | 0.57% | - |
| HSV(B) | 25.53º | 0.28% | 0.67% | - |
| XYZ | 29.98 | 29.62 | 22.88 | - |
| YUV | 148.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 123 | 0 | 0.16 | 0.28 | 0.33 | 25.53 | 0.22 | 0.57 |
| Hex | AA | 8F | 7B | 0 | 10 | 1C | 21 | 1A | 16 | 39 |
| Octal | 252 | 217 | 173 | 0 | 20 | 34 | 41 | 32 | 26 | 71 |
| Binary | 10101010 | 10001111 | 1111011 | 0 | 10000 | 11100 | 100001 | 11010 | 10110 | 111001 |
Color Harmonies of #AA8F7B
Complementary color
Monochromatic Colors of #AA8F7B
Black with #AA8F7B
Text Example
Text Example
White with #AA8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F7B; }
p { color: rgb(170,143,123); }
H1.HeaderClassName
{
color: #AA8F7B;
}
.AnyTagClassName
{
color: #AA8F7B;
}
</style>
background-color css
<style>
a { background-color: #AA8F7B; }
a { background-color: rgb(170,143,123); }
div.DivClassName
{
background-color: #AA8F7B;
}
.BgClassName
{
background-color: #AA8F7B;
}
</style>
border-color css
<style>
span { border-color: #AA8F7B; }
span { border-color: rgb(170,143,123); }
td.TdClassName
{
border-color: #AA8F7B;
}
.TagClassName
{
border-color: #AA8F7B;
}
</style>