Shades of Sandrift #AE967C
Tints of Sandrift #AE967C
RGB
CMYK
RGB Variations
Color information
#AE967C (or 0xAE967C) is known color: Sandrift. HEX triplet: AE, 96 and 7C. RGB value is (174,150,124). Sum of RGB (Red+Green+Blue) = 174+150+124=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE967C is #516983. Grayscale: #9A9A9A. Windows color (decimal): -5335428 or 8165038. OLE color: 8165038.
HSL color Cylindrical-coordinate representation of color #AE967C: hue angle of 31.2º 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 #AE967C is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 150 | 124 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.32 |
| HSL | 31.2º | 0.24% | 0.58% | - |
| HSV(B) | 31.2º | 0.29% | 0.68% | - |
| XYZ | 32 | 32.27 | 23.61 | - |
| YUV | 154.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 124 | 0 | 0.14 | 0.29 | 0.32 | 31.2 | 0.24 | 0.58 |
| Hex | AE | 96 | 7C | 0 | E | 1D | 20 | 1F | 18 | 3A |
| Octal | 256 | 226 | 174 | 0 | 16 | 35 | 40 | 37 | 30 | 72 |
| Binary | 10101110 | 10010110 | 1111100 | 0 | 1110 | 11101 | 100000 | 11111 | 11000 | 111010 |
Color Harmonies of #AE967C
Complementary color
Monochromatic Colors of #AE967C
Black with #AE967C
Text Example
Text Example
White with #AE967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE967C; }
p { color: rgb(174,150,124); }
H1.HeaderClassName
{
color: #AE967C;
}
.AnyTagClassName
{
color: #AE967C;
}
</style>
background-color css
<style>
a { background-color: #AE967C; }
a { background-color: rgb(174,150,124); }
div.DivClassName
{
background-color: #AE967C;
}
.BgClassName
{
background-color: #AE967C;
}
</style>
border-color css
<style>
span { border-color: #AE967C; }
span { border-color: rgb(174,150,124); }
td.TdClassName
{
border-color: #AE967C;
}
.TagClassName
{
border-color: #AE967C;
}
</style>