Shades of Sandrift #AA8F7D
Tints of Sandrift #AA8F7D
RGB
CMYK
RGB Variations
Color information
#AA8F7D (or 0xAA8F7D) is known color: Sandrift. HEX triplet: AA, 8F and 7D. RGB value is (170,143,125). Sum of RGB (Red+Green+Blue) = 170+143+125=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F7D is #557082. Grayscale: #959595. Windows color (decimal): -5599363 or 8228778. OLE color: 8228778.
HSL color Cylindrical-coordinate representation of color #AA8F7D: hue angle of 24º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA8F7D is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 125 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.33 |
| HSL | 24º | 0.21% | 0.58% | - |
| HSV(B) | 24º | 0.26% | 0.67% | - |
| XYZ | 30.1 | 29.67 | 23.54 | - |
| YUV | 149.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 125 | 0 | 0.16 | 0.26 | 0.33 | 24 | 0.21 | 0.58 |
| Hex | AA | 8F | 7D | 0 | 10 | 1A | 21 | 18 | 15 | 3A |
| Octal | 252 | 217 | 175 | 0 | 20 | 32 | 41 | 30 | 25 | 72 |
| Binary | 10101010 | 10001111 | 1111101 | 0 | 10000 | 11010 | 100001 | 11000 | 10101 | 111010 |
Color Harmonies of #AA8F7D
Complementary color
Monochromatic Colors of #AA8F7D
Black with #AA8F7D
Text Example
Text Example
White with #AA8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F7D; }
p { color: rgb(170,143,125); }
H1.HeaderClassName
{
color: #AA8F7D;
}
.AnyTagClassName
{
color: #AA8F7D;
}
</style>
background-color css
<style>
a { background-color: #AA8F7D; }
a { background-color: rgb(170,143,125); }
div.DivClassName
{
background-color: #AA8F7D;
}
.BgClassName
{
background-color: #AA8F7D;
}
</style>
border-color css
<style>
span { border-color: #AA8F7D; }
span { border-color: rgb(170,143,125); }
td.TdClassName
{
border-color: #AA8F7D;
}
.TagClassName
{
border-color: #AA8F7D;
}
</style>