Shades of Sandrift #AE8F80
Tints of Sandrift #AE8F80
RGB
CMYK
RGB Variations
Color information
#AE8F80 (or 0xAE8F80) is known color: Sandrift. HEX triplet: AE, 8F and 80. RGB value is (174,143,128). Sum of RGB (Red+Green+Blue) = 174+143+128=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8F80 is #51707F. Grayscale: #969696. Windows color (decimal): -5337216 or 8425390. OLE color: 8425390.
HSL color Cylindrical-coordinate representation of color #AE8F80: hue angle of 19.57º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE8F80 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 128 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.32 |
| HSL | 19.57º | 0.22% | 0.59% | - |
| HSV(B) | 19.57º | 0.26% | 0.68% | - |
| XYZ | 31.17 | 30.2 | 24.61 | - |
| YUV | 150.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 128 | 0 | 0.18 | 0.26 | 0.32 | 19.57 | 0.22 | 0.59 |
| Hex | AE | 8F | 80 | 0 | 12 | 1A | 20 | 14 | 16 | 3B |
| Octal | 256 | 217 | 200 | 0 | 22 | 32 | 40 | 24 | 26 | 73 |
| Binary | 10101110 | 10001111 | 10000000 | 0 | 10010 | 11010 | 100000 | 10100 | 10110 | 111011 |
Color Harmonies of #AE8F80
Complementary color
Monochromatic Colors of #AE8F80
Black with #AE8F80
Text Example
Text Example
White with #AE8F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F80; }
p { color: rgb(174,143,128); }
H1.HeaderClassName
{
color: #AE8F80;
}
.AnyTagClassName
{
color: #AE8F80;
}
</style>
background-color css
<style>
a { background-color: #AE8F80; }
a { background-color: rgb(174,143,128); }
div.DivClassName
{
background-color: #AE8F80;
}
.BgClassName
{
background-color: #AE8F80;
}
</style>
border-color css
<style>
span { border-color: #AE8F80; }
span { border-color: rgb(174,143,128); }
td.TdClassName
{
border-color: #AE8F80;
}
.TagClassName
{
border-color: #AE8F80;
}
</style>