Shades of Sandrift #AE907D
Tints of Sandrift #AE907D
RGB
CMYK
RGB Variations
Color information
#AE907D (or 0xAE907D) is known color: Sandrift. HEX triplet: AE, 90 and 7D. RGB value is (174,144,125). Sum of RGB (Red+Green+Blue) = 174+144+125=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE907D is #516F82. Grayscale: #969696. Windows color (decimal): -5336963 or 8229038. OLE color: 8229038.
HSL color Cylindrical-coordinate representation of color #AE907D: hue angle of 23.27º 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 #AE907D is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 125 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.32 |
| HSL | 23.27º | 0.23% | 0.59% | - |
| HSV(B) | 23.27º | 0.28% | 0.68% | - |
| XYZ | 31.13 | 30.43 | 23.63 | - |
| YUV | 150.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 125 | 0 | 0.17 | 0.28 | 0.32 | 23.27 | 0.23 | 0.59 |
| Hex | AE | 90 | 7D | 0 | 11 | 1C | 20 | 17 | 17 | 3B |
| Octal | 256 | 220 | 175 | 0 | 21 | 34 | 40 | 27 | 27 | 73 |
| Binary | 10101110 | 10010000 | 1111101 | 0 | 10001 | 11100 | 100000 | 10111 | 10111 | 111011 |
Color Harmonies of #AE907D
Complementary color
Monochromatic Colors of #AE907D
Black with #AE907D
Text Example
Text Example
White with #AE907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE907D; }
p { color: rgb(174,144,125); }
H1.HeaderClassName
{
color: #AE907D;
}
.AnyTagClassName
{
color: #AE907D;
}
</style>
background-color css
<style>
a { background-color: #AE907D; }
a { background-color: rgb(174,144,125); }
div.DivClassName
{
background-color: #AE907D;
}
.BgClassName
{
background-color: #AE907D;
}
</style>
border-color css
<style>
span { border-color: #AE907D; }
span { border-color: rgb(174,144,125); }
td.TdClassName
{
border-color: #AE907D;
}
.TagClassName
{
border-color: #AE907D;
}
</style>