Shades of Sandrift #AA8F82
Tints of Sandrift #AA8F82
RGB
CMYK
RGB Variations
Color information
#AA8F82 (or 0xAA8F82) is known color: Sandrift. HEX triplet: AA, 8F and 82. RGB value is (170,143,130). Sum of RGB (Red+Green+Blue) = 170+143+130=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8F82 is #55707D. Grayscale: #959595. Windows color (decimal): -5599358 or 8556458. OLE color: 8556458.
HSL color Cylindrical-coordinate representation of color #AA8F82: hue angle of 19.5º 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 #AA8F82 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 130 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.33 |
| HSL | 19.5º | 0.19% | 0.59% | - |
| HSV(B) | 19.5º | 0.24% | 0.67% | - |
| XYZ | 30.43 | 29.8 | 25.27 | - |
| YUV | 149.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 130 | 0 | 0.16 | 0.24 | 0.33 | 19.5 | 0.19 | 0.59 |
| Hex | AA | 8F | 82 | 0 | 10 | 18 | 21 | 14 | 13 | 3B |
| Octal | 252 | 217 | 202 | 0 | 20 | 30 | 41 | 24 | 23 | 73 |
| Binary | 10101010 | 10001111 | 10000010 | 0 | 10000 | 11000 | 100001 | 10100 | 10011 | 111011 |
Color Harmonies of #AA8F82
Complementary color
Monochromatic Colors of #AA8F82
Black with #AA8F82
Text Example
Text Example
White with #AA8F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F82; }
p { color: rgb(170,143,130); }
H1.HeaderClassName
{
color: #AA8F82;
}
.AnyTagClassName
{
color: #AA8F82;
}
</style>
background-color css
<style>
a { background-color: #AA8F82; }
a { background-color: rgb(170,143,130); }
div.DivClassName
{
background-color: #AA8F82;
}
.BgClassName
{
background-color: #AA8F82;
}
</style>
border-color css
<style>
span { border-color: #AA8F82; }
span { border-color: rgb(170,143,130); }
td.TdClassName
{
border-color: #AA8F82;
}
.TagClassName
{
border-color: #AA8F82;
}
</style>