Shades of Sandrift #AC957E
Tints of Sandrift #AC957E
RGB
CMYK
RGB Variations
Color information
#AC957E (or 0xAC957E) is known color: Sandrift. HEX triplet: AC, 95 and 7E. RGB value is (172,149,126). Sum of RGB (Red+Green+Blue) = 172+149+126=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC957E is #536A81. Grayscale: #999999. Windows color (decimal): -5466754 or 8295852. OLE color: 8295852.
HSL color Cylindrical-coordinate representation of color #AC957E: 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.27%. Process color model (Four color, CMYK) of #AC957E is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 126 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.33 |
| HSL | 30º | 0.22% | 0.58% | - |
| HSV(B) | 30º | 0.27% | 0.67% | - |
| XYZ | 31.53 | 31.77 | 24.21 | - |
| YUV | 153.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 126 | 0 | 0.13 | 0.27 | 0.33 | 30 | 0.22 | 0.58 |
| Hex | AC | 95 | 7E | 0 | D | 1B | 21 | 1E | 16 | 3A |
| Octal | 254 | 225 | 176 | 0 | 15 | 33 | 41 | 36 | 26 | 72 |
| Binary | 10101100 | 10010101 | 1111110 | 0 | 1101 | 11011 | 100001 | 11110 | 10110 | 111010 |
Color Harmonies of #AC957E
Complementary color
Monochromatic Colors of #AC957E
Black with #AC957E
Text Example
Text Example
White with #AC957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC957E; }
p { color: rgb(172,149,126); }
H1.HeaderClassName
{
color: #AC957E;
}
.AnyTagClassName
{
color: #AC957E;
}
</style>
background-color css
<style>
a { background-color: #AC957E; }
a { background-color: rgb(172,149,126); }
div.DivClassName
{
background-color: #AC957E;
}
.BgClassName
{
background-color: #AC957E;
}
</style>
border-color css
<style>
span { border-color: #AC957E; }
span { border-color: rgb(172,149,126); }
td.TdClassName
{
border-color: #AC957E;
}
.TagClassName
{
border-color: #AC957E;
}
</style>