Shades of Sandrift #AE937E
Tints of Sandrift #AE937E
RGB
CMYK
RGB Variations
Color information
#AE937E (or 0xAE937E) is known color: Sandrift. HEX triplet: AE, 93 and 7E. RGB value is (174,147,126). Sum of RGB (Red+Green+Blue) = 174+147+126=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE937E is #516C81. Grayscale: #989898. Windows color (decimal): -5336194 or 8295342. OLE color: 8295342.
HSL color Cylindrical-coordinate representation of color #AE937E: hue angle of 26.25º 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 #AE937E is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 147 | 126 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.32 |
| HSL | 26.25º | 0.23% | 0.59% | - |
| HSV(B) | 26.25º | 0.28% | 0.68% | - |
| XYZ | 31.66 | 31.37 | 24.13 | - |
| YUV | 152.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 147 | 126 | 0 | 0.16 | 0.28 | 0.32 | 26.25 | 0.23 | 0.59 |
| Hex | AE | 93 | 7E | 0 | 10 | 1C | 20 | 1A | 17 | 3B |
| Octal | 256 | 223 | 176 | 0 | 20 | 34 | 40 | 32 | 27 | 73 |
| Binary | 10101110 | 10010011 | 1111110 | 0 | 10000 | 11100 | 100000 | 11010 | 10111 | 111011 |
Color Harmonies of #AE937E
Complementary color
Monochromatic Colors of #AE937E
Black with #AE937E
Text Example
Text Example
White with #AE937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE937E; }
p { color: rgb(174,147,126); }
H1.HeaderClassName
{
color: #AE937E;
}
.AnyTagClassName
{
color: #AE937E;
}
</style>
background-color css
<style>
a { background-color: #AE937E; }
a { background-color: rgb(174,147,126); }
div.DivClassName
{
background-color: #AE937E;
}
.BgClassName
{
background-color: #AE937E;
}
</style>
border-color css
<style>
span { border-color: #AE937E; }
span { border-color: rgb(174,147,126); }
td.TdClassName
{
border-color: #AE937E;
}
.TagClassName
{
border-color: #AE937E;
}
</style>