Shades of Sandrift #AA8F81
Tints of Sandrift #AA8F81
RGB
CMYK
RGB Variations
Color information
#AA8F81 (or 0xAA8F81) is known color: Sandrift. HEX triplet: AA, 8F and 81. RGB value is (170,143,129). Sum of RGB (Red+Green+Blue) = 170+143+129=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8F81 is #55707E. Grayscale: #959595. Windows color (decimal): -5599359 or 8490922. OLE color: 8490922.
HSL color Cylindrical-coordinate representation of color #AA8F81: hue angle of 20.49º 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 #AA8F81 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 129 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.33 |
| HSL | 20.49º | 0.19% | 0.59% | - |
| HSV(B) | 20.49º | 0.24% | 0.67% | - |
| XYZ | 30.36 | 29.78 | 24.92 | - |
| YUV | 149.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 129 | 0 | 0.16 | 0.24 | 0.33 | 20.49 | 0.19 | 0.59 |
| Hex | AA | 8F | 81 | 0 | 10 | 18 | 21 | 14 | 13 | 3B |
| Octal | 252 | 217 | 201 | 0 | 20 | 30 | 41 | 24 | 23 | 73 |
| Binary | 10101010 | 10001111 | 10000001 | 0 | 10000 | 11000 | 100001 | 10100 | 10011 | 111011 |
Color Harmonies of #AA8F81
Complementary color
Monochromatic Colors of #AA8F81
Black with #AA8F81
Text Example
Text Example
White with #AA8F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F81; }
p { color: rgb(170,143,129); }
H1.HeaderClassName
{
color: #AA8F81;
}
.AnyTagClassName
{
color: #AA8F81;
}
</style>
background-color css
<style>
a { background-color: #AA8F81; }
a { background-color: rgb(170,143,129); }
div.DivClassName
{
background-color: #AA8F81;
}
.BgClassName
{
background-color: #AA8F81;
}
</style>
border-color css
<style>
span { border-color: #AA8F81; }
span { border-color: rgb(170,143,129); }
td.TdClassName
{
border-color: #AA8F81;
}
.TagClassName
{
border-color: #AA8F81;
}
</style>