Shades of Sandrift #AA907C
Tints of Sandrift #AA907C
RGB
CMYK
RGB Variations
Color information
#AA907C (or 0xAA907C) is known color: Sandrift. HEX triplet: AA, 90 and 7C. RGB value is (170,144,124). Sum of RGB (Red+Green+Blue) = 170+144+124=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA907C is #556F83. Grayscale: #959595. Windows color (decimal): -5599108 or 8163498. OLE color: 8163498.
HSL color Cylindrical-coordinate representation of color #AA907C: hue angle of 26.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA907C is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 124 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.33 |
| HSL | 26.09º | 0.21% | 0.58% | - |
| HSV(B) | 26.09º | 0.27% | 0.67% | - |
| XYZ | 30.19 | 29.95 | 23.26 | - |
| YUV | 149.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 124 | 0 | 0.15 | 0.27 | 0.33 | 26.09 | 0.21 | 0.58 |
| Hex | AA | 90 | 7C | 0 | F | 1B | 21 | 1A | 15 | 3A |
| Octal | 252 | 220 | 174 | 0 | 17 | 33 | 41 | 32 | 25 | 72 |
| Binary | 10101010 | 10010000 | 1111100 | 0 | 1111 | 11011 | 100001 | 11010 | 10101 | 111010 |
Color Harmonies of #AA907C
Complementary color
Monochromatic Colors of #AA907C
Black with #AA907C
Text Example
Text Example
White with #AA907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA907C; }
p { color: rgb(170,144,124); }
H1.HeaderClassName
{
color: #AA907C;
}
.AnyTagClassName
{
color: #AA907C;
}
</style>
background-color css
<style>
a { background-color: #AA907C; }
a { background-color: rgb(170,144,124); }
div.DivClassName
{
background-color: #AA907C;
}
.BgClassName
{
background-color: #AA907C;
}
</style>
border-color css
<style>
span { border-color: #AA907C; }
span { border-color: rgb(170,144,124); }
td.TdClassName
{
border-color: #AA907C;
}
.TagClassName
{
border-color: #AA907C;
}
</style>