Shades of Sandrift #AA937D
Tints of Sandrift #AA937D
RGB
CMYK
RGB Variations
Color information
#AA937D (or 0xAA937D) is known color: Sandrift. HEX triplet: AA, 93 and 7D. RGB value is (170,147,125). Sum of RGB (Red+Green+Blue) = 170+147+125=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA937D is #556C82. Grayscale: #979797. Windows color (decimal): -5598339 or 8229802. OLE color: 8229802.
HSL color Cylindrical-coordinate representation of color #AA937D: hue angle of 29.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 #AA937D is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 125 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.33 |
| HSL | 29.33º | 0.21% | 0.58% | - |
| HSV(B) | 29.33º | 0.26% | 0.67% | - |
| XYZ | 30.71 | 30.89 | 23.75 | - |
| YUV | 151.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 125 | 0 | 0.14 | 0.26 | 0.33 | 29.33 | 0.21 | 0.58 |
| Hex | AA | 93 | 7D | 0 | E | 1A | 21 | 1D | 15 | 3A |
| Octal | 252 | 223 | 175 | 0 | 16 | 32 | 41 | 35 | 25 | 72 |
| Binary | 10101010 | 10010011 | 1111101 | 0 | 1110 | 11010 | 100001 | 11101 | 10101 | 111010 |
Color Harmonies of #AA937D
Complementary color
Monochromatic Colors of #AA937D
Black with #AA937D
Text Example
Text Example
White with #AA937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA937D; }
p { color: rgb(170,147,125); }
H1.HeaderClassName
{
color: #AA937D;
}
.AnyTagClassName
{
color: #AA937D;
}
</style>
background-color css
<style>
a { background-color: #AA937D; }
a { background-color: rgb(170,147,125); }
div.DivClassName
{
background-color: #AA937D;
}
.BgClassName
{
background-color: #AA937D;
}
</style>
border-color css
<style>
span { border-color: #AA937D; }
span { border-color: rgb(170,147,125); }
td.TdClassName
{
border-color: #AA937D;
}
.TagClassName
{
border-color: #AA937D;
}
</style>