Shades of Sandrift #AE967B
Tints of Sandrift #AE967B
RGB
CMYK
RGB Variations
Color information
#AE967B (or 0xAE967B) is known color: Sandrift. HEX triplet: AE, 96 and 7B. RGB value is (174,150,123). Sum of RGB (Red+Green+Blue) = 174+150+123=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE967B is #516984. Grayscale: #9A9A9A. Windows color (decimal): -5335429 or 8099502. OLE color: 8099502.
HSL color Cylindrical-coordinate representation of color #AE967B: hue angle of 31.76º 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 #AE967B is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 150 | 123 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.32 |
| HSL | 31.76º | 0.24% | 0.58% | - |
| HSV(B) | 31.76º | 0.29% | 0.68% | - |
| XYZ | 31.94 | 32.24 | 23.28 | - |
| YUV | 154.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 123 | 0 | 0.14 | 0.29 | 0.32 | 31.76 | 0.24 | 0.58 |
| Hex | AE | 96 | 7B | 0 | E | 1D | 20 | 20 | 18 | 3A |
| Octal | 256 | 226 | 173 | 0 | 16 | 35 | 40 | 40 | 30 | 72 |
| Binary | 10101110 | 10010110 | 1111011 | 0 | 1110 | 11101 | 100000 | 100000 | 11000 | 111010 |
Color Harmonies of #AE967B
Complementary color
Monochromatic Colors of #AE967B
Black with #AE967B
Text Example
Text Example
White with #AE967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE967B; }
p { color: rgb(174,150,123); }
H1.HeaderClassName
{
color: #AE967B;
}
.AnyTagClassName
{
color: #AE967B;
}
</style>
background-color css
<style>
a { background-color: #AE967B; }
a { background-color: rgb(174,150,123); }
div.DivClassName
{
background-color: #AE967B;
}
.BgClassName
{
background-color: #AE967B;
}
</style>
border-color css
<style>
span { border-color: #AE967B; }
span { border-color: rgb(174,150,123); }
td.TdClassName
{
border-color: #AE967B;
}
.TagClassName
{
border-color: #AE967B;
}
</style>