Shades of Sandrift #AA907F
Tints of Sandrift #AA907F
RGB
CMYK
RGB Variations
Color information
#AA907F (or 0xAA907F) is known color: Sandrift. HEX triplet: AA, 90 and 7F. RGB value is (170,144,127). Sum of RGB (Red+Green+Blue) = 170+144+127=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA907F is #556F80. Grayscale: #959595. Windows color (decimal): -5599105 or 8360106. OLE color: 8360106.
HSL color Cylindrical-coordinate representation of color #AA907F: hue angle of 23.72º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA907F is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 127 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.33 |
| HSL | 23.72º | 0.2% | 0.58% | - |
| HSV(B) | 23.72º | 0.25% | 0.67% | - |
| XYZ | 30.38 | 30.02 | 24.27 | - |
| YUV | 149.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 127 | 0 | 0.15 | 0.25 | 0.33 | 23.72 | 0.2 | 0.58 |
| Hex | AA | 90 | 7F | 0 | F | 19 | 21 | 18 | 14 | 3A |
| Octal | 252 | 220 | 177 | 0 | 17 | 31 | 41 | 30 | 24 | 72 |
| Binary | 10101010 | 10010000 | 1111111 | 0 | 1111 | 11001 | 100001 | 11000 | 10100 | 111010 |
Color Harmonies of #AA907F
Complementary color
Monochromatic Colors of #AA907F
Black with #AA907F
Text Example
Text Example
White with #AA907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA907F; }
p { color: rgb(170,144,127); }
H1.HeaderClassName
{
color: #AA907F;
}
.AnyTagClassName
{
color: #AA907F;
}
</style>
background-color css
<style>
a { background-color: #AA907F; }
a { background-color: rgb(170,144,127); }
div.DivClassName
{
background-color: #AA907F;
}
.BgClassName
{
background-color: #AA907F;
}
</style>
border-color css
<style>
span { border-color: #AA907F; }
span { border-color: rgb(170,144,127); }
td.TdClassName
{
border-color: #AA907F;
}
.TagClassName
{
border-color: #AA907F;
}
</style>