Shades of Sandrift #AE957C
Tints of Sandrift #AE957C
RGB
CMYK
RGB Variations
Color information
#AE957C (or 0xAE957C) is known color: Sandrift. HEX triplet: AE, 95 and 7C. RGB value is (174,149,124). Sum of RGB (Red+Green+Blue) = 174+149+124=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE957C is #516A83. Grayscale: #999999. Windows color (decimal): -5335684 or 8164782. OLE color: 8164782.
HSL color Cylindrical-coordinate representation of color #AE957C: hue angle of 30º 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 #AE957C is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 149 | 124 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.32 |
| HSL | 30º | 0.24% | 0.58% | - |
| HSV(B) | 30º | 0.29% | 0.68% | - |
| XYZ | 31.84 | 31.95 | 23.56 | - |
| YUV | 153.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 149 | 124 | 0 | 0.14 | 0.29 | 0.32 | 30 | 0.24 | 0.58 |
| Hex | AE | 95 | 7C | 0 | E | 1D | 20 | 1E | 18 | 3A |
| Octal | 256 | 225 | 174 | 0 | 16 | 35 | 40 | 36 | 30 | 72 |
| Binary | 10101110 | 10010101 | 1111100 | 0 | 1110 | 11101 | 100000 | 11110 | 11000 | 111010 |
Color Harmonies of #AE957C
Complementary color
Monochromatic Colors of #AE957C
Black with #AE957C
Text Example
Text Example
White with #AE957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE957C; }
p { color: rgb(174,149,124); }
H1.HeaderClassName
{
color: #AE957C;
}
.AnyTagClassName
{
color: #AE957C;
}
</style>
background-color css
<style>
a { background-color: #AE957C; }
a { background-color: rgb(174,149,124); }
div.DivClassName
{
background-color: #AE957C;
}
.BgClassName
{
background-color: #AE957C;
}
</style>
border-color css
<style>
span { border-color: #AE957C; }
span { border-color: rgb(174,149,124); }
td.TdClassName
{
border-color: #AE957C;
}
.TagClassName
{
border-color: #AE957C;
}
</style>