Shades of Sandrift #AA917D
Tints of Sandrift #AA917D
RGB
CMYK
RGB Variations
Color information
#AA917D (or 0xAA917D) is known color: Sandrift. HEX triplet: AA, 91 and 7D. RGB value is (170,145,125). Sum of RGB (Red+Green+Blue) = 170+145+125=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA917D is #556E82. Grayscale: #969696. Windows color (decimal): -5598851 or 8229290. OLE color: 8229290.
HSL color Cylindrical-coordinate representation of color #AA917D: hue angle of 26.67º 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 #AA917D is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 125 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.33 |
| HSL | 26.67º | 0.21% | 0.58% | - |
| HSV(B) | 26.67º | 0.26% | 0.67% | - |
| XYZ | 30.4 | 30.28 | 23.64 | - |
| YUV | 150.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 125 | 0 | 0.15 | 0.26 | 0.33 | 26.67 | 0.21 | 0.58 |
| Hex | AA | 91 | 7D | 0 | F | 1A | 21 | 1B | 15 | 3A |
| Octal | 252 | 221 | 175 | 0 | 17 | 32 | 41 | 33 | 25 | 72 |
| Binary | 10101010 | 10010001 | 1111101 | 0 | 1111 | 11010 | 100001 | 11011 | 10101 | 111010 |
Color Harmonies of #AA917D
Complementary color
Monochromatic Colors of #AA917D
Black with #AA917D
Text Example
Text Example
White with #AA917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA917D; }
p { color: rgb(170,145,125); }
H1.HeaderClassName
{
color: #AA917D;
}
.AnyTagClassName
{
color: #AA917D;
}
</style>
background-color css
<style>
a { background-color: #AA917D; }
a { background-color: rgb(170,145,125); }
div.DivClassName
{
background-color: #AA917D;
}
.BgClassName
{
background-color: #AA917D;
}
</style>
border-color css
<style>
span { border-color: #AA917D; }
span { border-color: rgb(170,145,125); }
td.TdClassName
{
border-color: #AA917D;
}
.TagClassName
{
border-color: #AA917D;
}
</style>