Shades of Sandrift #AA8F83
Tints of Sandrift #AA8F83
RGB
CMYK
RGB Variations
Color information
#AA8F83 (or 0xAA8F83) is known color: Sandrift. HEX triplet: AA, 8F and 83. RGB value is (170,143,131). Sum of RGB (Red+Green+Blue) = 170+143+131=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8F83 is #55707C. Grayscale: #959595. Windows color (decimal): -5599357 or 8621994. OLE color: 8621994.
HSL color Cylindrical-coordinate representation of color #AA8F83: hue angle of 18.46º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA8F83 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 131 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.33 |
| HSL | 18.46º | 0.19% | 0.59% | - |
| HSV(B) | 18.46º | 0.23% | 0.67% | - |
| XYZ | 30.5 | 29.83 | 25.62 | - |
| YUV | 149.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 131 | 0 | 0.16 | 0.23 | 0.33 | 18.46 | 0.19 | 0.59 |
| Hex | AA | 8F | 83 | 0 | 10 | 17 | 21 | 12 | 13 | 3B |
| Octal | 252 | 217 | 203 | 0 | 20 | 27 | 41 | 22 | 23 | 73 |
| Binary | 10101010 | 10001111 | 10000011 | 0 | 10000 | 10111 | 100001 | 10010 | 10011 | 111011 |
Color Harmonies of #AA8F83
Complementary color
Monochromatic Colors of #AA8F83
Black with #AA8F83
Text Example
Text Example
White with #AA8F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F83; }
p { color: rgb(170,143,131); }
H1.HeaderClassName
{
color: #AA8F83;
}
.AnyTagClassName
{
color: #AA8F83;
}
</style>
background-color css
<style>
a { background-color: #AA8F83; }
a { background-color: rgb(170,143,131); }
div.DivClassName
{
background-color: #AA8F83;
}
.BgClassName
{
background-color: #AA8F83;
}
</style>
border-color css
<style>
span { border-color: #AA8F83; }
span { border-color: rgb(170,143,131); }
td.TdClassName
{
border-color: #AA8F83;
}
.TagClassName
{
border-color: #AA8F83;
}
</style>