Shades of Sandrift #AE947E
Tints of Sandrift #AE947E
RGB
CMYK
RGB Variations
Color information
#AE947E (or 0xAE947E) is known color: Sandrift. HEX triplet: AE, 94 and 7E. RGB value is (174,148,126). Sum of RGB (Red+Green+Blue) = 174+148+126=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE947E is #516B81. Grayscale: #999999. Windows color (decimal): -5335938 or 8295598. OLE color: 8295598.
HSL color Cylindrical-coordinate representation of color #AE947E: hue angle of 27.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE947E is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 148 | 126 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.32 |
| HSL | 27.5º | 0.23% | 0.59% | - |
| HSV(B) | 27.5º | 0.28% | 0.68% | - |
| XYZ | 31.81 | 31.68 | 24.18 | - |
| YUV | 153.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 148 | 126 | 0 | 0.15 | 0.28 | 0.32 | 27.5 | 0.23 | 0.59 |
| Hex | AE | 94 | 7E | 0 | F | 1C | 20 | 1C | 17 | 3B |
| Octal | 256 | 224 | 176 | 0 | 17 | 34 | 40 | 34 | 27 | 73 |
| Binary | 10101110 | 10010100 | 1111110 | 0 | 1111 | 11100 | 100000 | 11100 | 10111 | 111011 |
Color Harmonies of #AE947E
Complementary color
Monochromatic Colors of #AE947E
Black with #AE947E
Text Example
Text Example
White with #AE947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE947E; }
p { color: rgb(174,148,126); }
H1.HeaderClassName
{
color: #AE947E;
}
.AnyTagClassName
{
color: #AE947E;
}
</style>
background-color css
<style>
a { background-color: #AE947E; }
a { background-color: rgb(174,148,126); }
div.DivClassName
{
background-color: #AE947E;
}
.BgClassName
{
background-color: #AE947E;
}
</style>
border-color css
<style>
span { border-color: #AE947E; }
span { border-color: rgb(174,148,126); }
td.TdClassName
{
border-color: #AE947E;
}
.TagClassName
{
border-color: #AE947E;
}
</style>