Shades of Sandrift #AC8E80
Tints of Sandrift #AC8E80
RGB
CMYK
RGB Variations
Color information
#AC8E80 (or 0xAC8E80) is known color: Sandrift. HEX triplet: AC, 8E and 80. RGB value is (172,142,128). Sum of RGB (Red+Green+Blue) = 172+142+128=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E80 is #53717F. Grayscale: #959595. Windows color (decimal): -5468544 or 8425132. OLE color: 8425132.
HSL color Cylindrical-coordinate representation of color #AC8E80: hue angle of 19.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8E80 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 142 | 128 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.33 |
| HSL | 19.09º | 0.21% | 0.59% | - |
| HSV(B) | 19.09º | 0.26% | 0.67% | - |
| XYZ | 30.58 | 29.68 | 24.54 | - |
| YUV | 149.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 128 | 0 | 0.17 | 0.26 | 0.33 | 19.09 | 0.21 | 0.59 |
| Hex | AC | 8E | 80 | 0 | 11 | 1A | 21 | 13 | 15 | 3B |
| Octal | 254 | 216 | 200 | 0 | 21 | 32 | 41 | 23 | 25 | 73 |
| Binary | 10101100 | 10001110 | 10000000 | 0 | 10001 | 11010 | 100001 | 10011 | 10101 | 111011 |
Color Harmonies of #AC8E80
Complementary color
Monochromatic Colors of #AC8E80
Black with #AC8E80
Text Example
Text Example
White with #AC8E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8E80; }
p { color: rgb(172,142,128); }
H1.HeaderClassName
{
color: #AC8E80;
}
.AnyTagClassName
{
color: #AC8E80;
}
</style>
background-color css
<style>
a { background-color: #AC8E80; }
a { background-color: rgb(172,142,128); }
div.DivClassName
{
background-color: #AC8E80;
}
.BgClassName
{
background-color: #AC8E80;
}
</style>
border-color css
<style>
span { border-color: #AC8E80; }
span { border-color: rgb(172,142,128); }
td.TdClassName
{
border-color: #AC8E80;
}
.TagClassName
{
border-color: #AC8E80;
}
</style>