Shades of Sandrift #AC917F
Tints of Sandrift #AC917F
RGB
CMYK
RGB Variations
Color information
#AC917F (or 0xAC917F) is known color: Sandrift. HEX triplet: AC, 91 and 7F. RGB value is (172,145,127). Sum of RGB (Red+Green+Blue) = 172+145+127=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC917F is #536E80. Grayscale: #979797. Windows color (decimal): -5467777 or 8360364. OLE color: 8360364.
HSL color Cylindrical-coordinate representation of color #AC917F: hue angle of 24º 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 #AC917F is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 127 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.33 |
| HSL | 24º | 0.21% | 0.59% | - |
| HSV(B) | 24º | 0.26% | 0.67% | - |
| XYZ | 30.97 | 30.55 | 24.34 | - |
| YUV | 151.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 127 | 0 | 0.16 | 0.26 | 0.33 | 24 | 0.21 | 0.59 |
| Hex | AC | 91 | 7F | 0 | 10 | 1A | 21 | 18 | 15 | 3B |
| Octal | 254 | 221 | 177 | 0 | 20 | 32 | 41 | 30 | 25 | 73 |
| Binary | 10101100 | 10010001 | 1111111 | 0 | 10000 | 11010 | 100001 | 11000 | 10101 | 111011 |
Color Harmonies of #AC917F
Complementary color
Monochromatic Colors of #AC917F
Black with #AC917F
Text Example
Text Example
White with #AC917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC917F; }
p { color: rgb(172,145,127); }
H1.HeaderClassName
{
color: #AC917F;
}
.AnyTagClassName
{
color: #AC917F;
}
</style>
background-color css
<style>
a { background-color: #AC917F; }
a { background-color: rgb(172,145,127); }
div.DivClassName
{
background-color: #AC917F;
}
.BgClassName
{
background-color: #AC917F;
}
</style>
border-color css
<style>
span { border-color: #AC917F; }
span { border-color: rgb(172,145,127); }
td.TdClassName
{
border-color: #AC917F;
}
.TagClassName
{
border-color: #AC917F;
}
</style>