Shades of Sandrift #AE917B
Tints of Sandrift #AE917B
RGB
CMYK
RGB Variations
Color information
#AE917B (or 0xAE917B) is known color: Sandrift. HEX triplet: AE, 91 and 7B. RGB value is (174,145,123). Sum of RGB (Red+Green+Blue) = 174+145+123=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE917B is #516E84. Grayscale: #979797. Windows color (decimal): -5336709 or 8098222. OLE color: 8098222.
HSL color Cylindrical-coordinate representation of color #AE917B: hue angle of 25.88º 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 #AE917B is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 123 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.32 |
| HSL | 25.88º | 0.24% | 0.58% | - |
| HSV(B) | 25.88º | 0.29% | 0.68% | - |
| XYZ | 31.16 | 30.68 | 23.02 | - |
| YUV | 151.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 123 | 0 | 0.17 | 0.29 | 0.32 | 25.88 | 0.24 | 0.58 |
| Hex | AE | 91 | 7B | 0 | 11 | 1D | 20 | 1A | 18 | 3A |
| Octal | 256 | 221 | 173 | 0 | 21 | 35 | 40 | 32 | 30 | 72 |
| Binary | 10101110 | 10010001 | 1111011 | 0 | 10001 | 11101 | 100000 | 11010 | 11000 | 111010 |
Color Harmonies of #AE917B
Complementary color
Monochromatic Colors of #AE917B
Black with #AE917B
Text Example
Text Example
White with #AE917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE917B; }
p { color: rgb(174,145,123); }
H1.HeaderClassName
{
color: #AE917B;
}
.AnyTagClassName
{
color: #AE917B;
}
</style>
background-color css
<style>
a { background-color: #AE917B; }
a { background-color: rgb(174,145,123); }
div.DivClassName
{
background-color: #AE917B;
}
.BgClassName
{
background-color: #AE917B;
}
</style>
border-color css
<style>
span { border-color: #AE917B; }
span { border-color: rgb(174,145,123); }
td.TdClassName
{
border-color: #AE917B;
}
.TagClassName
{
border-color: #AE917B;
}
</style>