Shades of Sandrift #AE917D
Tints of Sandrift #AE917D
RGB
CMYK
RGB Variations
Color information
#AE917D (or 0xAE917D) is known color: Sandrift. HEX triplet: AE, 91 and 7D. RGB value is (174,145,125). Sum of RGB (Red+Green+Blue) = 174+145+125=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE917D is #516E82. Grayscale: #979797. Windows color (decimal): -5336707 or 8229294. OLE color: 8229294.
HSL color Cylindrical-coordinate representation of color #AE917D: hue angle of 24.49º 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 #AE917D is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 125 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.32 |
| HSL | 24.49º | 0.23% | 0.59% | - |
| HSV(B) | 24.49º | 0.28% | 0.68% | - |
| XYZ | 31.28 | 30.73 | 23.68 | - |
| YUV | 151.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 125 | 0 | 0.17 | 0.28 | 0.32 | 24.49 | 0.23 | 0.59 |
| Hex | AE | 91 | 7D | 0 | 11 | 1C | 20 | 18 | 17 | 3B |
| Octal | 256 | 221 | 175 | 0 | 21 | 34 | 40 | 30 | 27 | 73 |
| Binary | 10101110 | 10010001 | 1111101 | 0 | 10001 | 11100 | 100000 | 11000 | 10111 | 111011 |
Color Harmonies of #AE917D
Complementary color
Monochromatic Colors of #AE917D
Black with #AE917D
Text Example
Text Example
White with #AE917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE917D; }
p { color: rgb(174,145,125); }
H1.HeaderClassName
{
color: #AE917D;
}
.AnyTagClassName
{
color: #AE917D;
}
</style>
background-color css
<style>
a { background-color: #AE917D; }
a { background-color: rgb(174,145,125); }
div.DivClassName
{
background-color: #AE917D;
}
.BgClassName
{
background-color: #AE917D;
}
</style>
border-color css
<style>
span { border-color: #AE917D; }
span { border-color: rgb(174,145,125); }
td.TdClassName
{
border-color: #AE917D;
}
.TagClassName
{
border-color: #AE917D;
}
</style>