Shades of Sandrift #AA907D
Tints of Sandrift #AA907D
RGB
CMYK
RGB Variations
Color information
#AA907D (or 0xAA907D) is known color: Sandrift. HEX triplet: AA, 90 and 7D. RGB value is (170,144,125). Sum of RGB (Red+Green+Blue) = 170+144+125=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA907D is #556F82. Grayscale: #959595. Windows color (decimal): -5599107 or 8229034. OLE color: 8229034.
HSL color Cylindrical-coordinate representation of color #AA907D: hue angle of 25.33º 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 #AA907D is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 125 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.33 |
| HSL | 25.33º | 0.21% | 0.58% | - |
| HSV(B) | 25.33º | 0.26% | 0.67% | - |
| XYZ | 30.25 | 29.97 | 23.59 | - |
| YUV | 149.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 125 | 0 | 0.15 | 0.26 | 0.33 | 25.33 | 0.21 | 0.58 |
| Hex | AA | 90 | 7D | 0 | F | 1A | 21 | 19 | 15 | 3A |
| Octal | 252 | 220 | 175 | 0 | 17 | 32 | 41 | 31 | 25 | 72 |
| Binary | 10101010 | 10010000 | 1111101 | 0 | 1111 | 11010 | 100001 | 11001 | 10101 | 111010 |
Color Harmonies of #AA907D
Complementary color
Monochromatic Colors of #AA907D
Black with #AA907D
Text Example
Text Example
White with #AA907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA907D; }
p { color: rgb(170,144,125); }
H1.HeaderClassName
{
color: #AA907D;
}
.AnyTagClassName
{
color: #AA907D;
}
</style>
background-color css
<style>
a { background-color: #AA907D; }
a { background-color: rgb(170,144,125); }
div.DivClassName
{
background-color: #AA907D;
}
.BgClassName
{
background-color: #AA907D;
}
</style>
border-color css
<style>
span { border-color: #AA907D; }
span { border-color: rgb(170,144,125); }
td.TdClassName
{
border-color: #AA907D;
}
.TagClassName
{
border-color: #AA907D;
}
</style>