Shades of Sandrift #AC947C
Tints of Sandrift #AC947C
RGB
CMYK
RGB Variations
Color information
#AC947C (or 0xAC947C) is known color: Sandrift. HEX triplet: AC, 94 and 7C. RGB value is (172,148,124). Sum of RGB (Red+Green+Blue) = 172+148+124=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC947C is #536B83. Grayscale: #989898. Windows color (decimal): -5467012 or 8164524. OLE color: 8164524.
HSL color Cylindrical-coordinate representation of color #AC947C: hue angle of 30º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC947C is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 124 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.33 |
| HSL | 30º | 0.22% | 0.58% | - |
| HSV(B) | 30º | 0.28% | 0.67% | - |
| XYZ | 31.24 | 31.41 | 23.48 | - |
| YUV | 152.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 124 | 0 | 0.14 | 0.28 | 0.33 | 30 | 0.22 | 0.58 |
| Hex | AC | 94 | 7C | 0 | E | 1C | 21 | 1E | 16 | 3A |
| Octal | 254 | 224 | 174 | 0 | 16 | 34 | 41 | 36 | 26 | 72 |
| Binary | 10101100 | 10010100 | 1111100 | 0 | 1110 | 11100 | 100001 | 11110 | 10110 | 111010 |
Color Harmonies of #AC947C
Complementary color
Monochromatic Colors of #AC947C
Black with #AC947C
Text Example
Text Example
White with #AC947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC947C; }
p { color: rgb(172,148,124); }
H1.HeaderClassName
{
color: #AC947C;
}
.AnyTagClassName
{
color: #AC947C;
}
</style>
background-color css
<style>
a { background-color: #AC947C; }
a { background-color: rgb(172,148,124); }
div.DivClassName
{
background-color: #AC947C;
}
.BgClassName
{
background-color: #AC947C;
}
</style>
border-color css
<style>
span { border-color: #AC947C; }
span { border-color: rgb(172,148,124); }
td.TdClassName
{
border-color: #AC947C;
}
.TagClassName
{
border-color: #AC947C;
}
</style>