Shades of Sandrift #AC957F
Tints of Sandrift #AC957F
RGB
CMYK
RGB Variations
Color information
#AC957F (or 0xAC957F) is known color: Sandrift. HEX triplet: AC, 95 and 7F. RGB value is (172,149,127). Sum of RGB (Red+Green+Blue) = 172+149+127=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC957F is #536A80. Grayscale: #999999. Windows color (decimal): -5466753 or 8361388. OLE color: 8361388.
HSL color Cylindrical-coordinate representation of color #AC957F: hue angle of 29.33º 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 #AC957F is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 127 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.33 |
| HSL | 29.33º | 0.21% | 0.59% | - |
| HSV(B) | 29.33º | 0.26% | 0.67% | - |
| XYZ | 31.59 | 31.8 | 24.55 | - |
| YUV | 153.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 127 | 0 | 0.13 | 0.26 | 0.33 | 29.33 | 0.21 | 0.59 |
| Hex | AC | 95 | 7F | 0 | D | 1A | 21 | 1D | 15 | 3B |
| Octal | 254 | 225 | 177 | 0 | 15 | 32 | 41 | 35 | 25 | 73 |
| Binary | 10101100 | 10010101 | 1111111 | 0 | 1101 | 11010 | 100001 | 11101 | 10101 | 111011 |
Color Harmonies of #AC957F
Complementary color
Monochromatic Colors of #AC957F
Black with #AC957F
Text Example
Text Example
White with #AC957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC957F; }
p { color: rgb(172,149,127); }
H1.HeaderClassName
{
color: #AC957F;
}
.AnyTagClassName
{
color: #AC957F;
}
</style>
background-color css
<style>
a { background-color: #AC957F; }
a { background-color: rgb(172,149,127); }
div.DivClassName
{
background-color: #AC957F;
}
.BgClassName
{
background-color: #AC957F;
}
</style>
border-color css
<style>
span { border-color: #AC957F; }
span { border-color: rgb(172,149,127); }
td.TdClassName
{
border-color: #AC957F;
}
.TagClassName
{
border-color: #AC957F;
}
</style>