Shades of Sandrift #AC957C
Tints of Sandrift #AC957C
RGB
CMYK
RGB Variations
Color information
#AC957C (or 0xAC957C) is known color: Sandrift. HEX triplet: AC, 95 and 7C. RGB value is (172,149,124). Sum of RGB (Red+Green+Blue) = 172+149+124=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC957C is #536A83. Grayscale: #999999. Windows color (decimal): -5466756 or 8164780. OLE color: 8164780.
HSL color Cylindrical-coordinate representation of color #AC957C: hue angle of 31.25º 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 #AC957C is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 124 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.33 |
| HSL | 31.25º | 0.22% | 0.58% | - |
| HSV(B) | 31.25º | 0.28% | 0.67% | - |
| XYZ | 31.4 | 31.72 | 23.54 | - |
| YUV | 153.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 124 | 0 | 0.13 | 0.28 | 0.33 | 31.25 | 0.22 | 0.58 |
| Hex | AC | 95 | 7C | 0 | D | 1C | 21 | 1F | 16 | 3A |
| Octal | 254 | 225 | 174 | 0 | 15 | 34 | 41 | 37 | 26 | 72 |
| Binary | 10101100 | 10010101 | 1111100 | 0 | 1101 | 11100 | 100001 | 11111 | 10110 | 111010 |
Color Harmonies of #AC957C
Complementary color
Monochromatic Colors of #AC957C
Black with #AC957C
Text Example
Text Example
White with #AC957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC957C; }
p { color: rgb(172,149,124); }
H1.HeaderClassName
{
color: #AC957C;
}
.AnyTagClassName
{
color: #AC957C;
}
</style>
background-color css
<style>
a { background-color: #AC957C; }
a { background-color: rgb(172,149,124); }
div.DivClassName
{
background-color: #AC957C;
}
.BgClassName
{
background-color: #AC957C;
}
</style>
border-color css
<style>
span { border-color: #AC957C; }
span { border-color: rgb(172,149,124); }
td.TdClassName
{
border-color: #AC957C;
}
.TagClassName
{
border-color: #AC957C;
}
</style>