Shades of Sandrift #AC917E
Tints of Sandrift #AC917E
RGB
CMYK
RGB Variations
Color information
#AC917E (or 0xAC917E) is known color: Sandrift. HEX triplet: AC, 91 and 7E. RGB value is (172,145,126). Sum of RGB (Red+Green+Blue) = 172+145+126=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC917E is #536E81. Grayscale: #979797. Windows color (decimal): -5467778 or 8294828. OLE color: 8294828.
HSL color Cylindrical-coordinate representation of color #AC917E: hue angle of 24.78º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC917E is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 126 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.33 |
| HSL | 24.78º | 0.22% | 0.58% | - |
| HSV(B) | 24.78º | 0.27% | 0.67% | - |
| XYZ | 30.9 | 30.53 | 24 | - |
| YUV | 150.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 126 | 0 | 0.16 | 0.27 | 0.33 | 24.78 | 0.22 | 0.58 |
| Hex | AC | 91 | 7E | 0 | 10 | 1B | 21 | 19 | 16 | 3A |
| Octal | 254 | 221 | 176 | 0 | 20 | 33 | 41 | 31 | 26 | 72 |
| Binary | 10101100 | 10010001 | 1111110 | 0 | 10000 | 11011 | 100001 | 11001 | 10110 | 111010 |
Color Harmonies of #AC917E
Complementary color
Monochromatic Colors of #AC917E
Black with #AC917E
Text Example
Text Example
White with #AC917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC917E; }
p { color: rgb(172,145,126); }
H1.HeaderClassName
{
color: #AC917E;
}
.AnyTagClassName
{
color: #AC917E;
}
</style>
background-color css
<style>
a { background-color: #AC917E; }
a { background-color: rgb(172,145,126); }
div.DivClassName
{
background-color: #AC917E;
}
.BgClassName
{
background-color: #AC917E;
}
</style>
border-color css
<style>
span { border-color: #AC917E; }
span { border-color: rgb(172,145,126); }
td.TdClassName
{
border-color: #AC917E;
}
.TagClassName
{
border-color: #AC917E;
}
</style>