Shades of Sandrift #AE947C
Tints of Sandrift #AE947C
RGB
CMYK
RGB Variations
Color information
#AE947C (or 0xAE947C) is known color: Sandrift. HEX triplet: AE, 94 and 7C. RGB value is (174,148,124). Sum of RGB (Red+Green+Blue) = 174+148+124=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE947C is #516B83. Grayscale: #999999. Windows color (decimal): -5335940 or 8164526. OLE color: 8164526.
HSL color Cylindrical-coordinate representation of color #AE947C: hue angle of 28.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE947C is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 148 | 124 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.32 |
| HSL | 28.8º | 0.24% | 0.58% | - |
| HSV(B) | 28.8º | 0.29% | 0.68% | - |
| XYZ | 31.68 | 31.63 | 23.5 | - |
| YUV | 153.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 148 | 124 | 0 | 0.15 | 0.29 | 0.32 | 28.8 | 0.24 | 0.58 |
| Hex | AE | 94 | 7C | 0 | F | 1D | 20 | 1D | 18 | 3A |
| Octal | 256 | 224 | 174 | 0 | 17 | 35 | 40 | 35 | 30 | 72 |
| Binary | 10101110 | 10010100 | 1111100 | 0 | 1111 | 11101 | 100000 | 11101 | 11000 | 111010 |
Color Harmonies of #AE947C
Complementary color
Monochromatic Colors of #AE947C
Black with #AE947C
Text Example
Text Example
White with #AE947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE947C; }
p { color: rgb(174,148,124); }
H1.HeaderClassName
{
color: #AE947C;
}
.AnyTagClassName
{
color: #AE947C;
}
</style>
background-color css
<style>
a { background-color: #AE947C; }
a { background-color: rgb(174,148,124); }
div.DivClassName
{
background-color: #AE947C;
}
.BgClassName
{
background-color: #AE947C;
}
</style>
border-color css
<style>
span { border-color: #AE947C; }
span { border-color: rgb(174,148,124); }
td.TdClassName
{
border-color: #AE947C;
}
.TagClassName
{
border-color: #AE947C;
}
</style>