Shades of Sandrift #AC8D7F
Tints of Sandrift #AC8D7F
RGB
CMYK
RGB Variations
Color information
#AC8D7F (or 0xAC8D7F) is known color: Sandrift. HEX triplet: AC, 8D and 7F. RGB value is (172,141,127). Sum of RGB (Red+Green+Blue) = 172+141+127=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D7F is #537280. Grayscale: #949494. Windows color (decimal): -5468801 or 8359340. OLE color: 8359340.
HSL color Cylindrical-coordinate representation of color #AC8D7F: hue angle of 18.67º 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 #AC8D7F is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 127 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.33 |
| HSL | 18.67º | 0.21% | 0.59% | - |
| HSV(B) | 18.67º | 0.26% | 0.67% | - |
| XYZ | 30.37 | 29.35 | 24.14 | - |
| YUV | 148.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 127 | 0 | 0.18 | 0.26 | 0.33 | 18.67 | 0.21 | 0.59 |
| Hex | AC | 8D | 7F | 0 | 12 | 1A | 21 | 13 | 15 | 3B |
| Octal | 254 | 215 | 177 | 0 | 22 | 32 | 41 | 23 | 25 | 73 |
| Binary | 10101100 | 10001101 | 1111111 | 0 | 10010 | 11010 | 100001 | 10011 | 10101 | 111011 |
Color Harmonies of #AC8D7F
Complementary color
Monochromatic Colors of #AC8D7F
Black with #AC8D7F
Text Example
Text Example
White with #AC8D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D7F; }
p { color: rgb(172,141,127); }
H1.HeaderClassName
{
color: #AC8D7F;
}
.AnyTagClassName
{
color: #AC8D7F;
}
</style>
background-color css
<style>
a { background-color: #AC8D7F; }
a { background-color: rgb(172,141,127); }
div.DivClassName
{
background-color: #AC8D7F;
}
.BgClassName
{
background-color: #AC8D7F;
}
</style>
border-color css
<style>
span { border-color: #AC8D7F; }
span { border-color: rgb(172,141,127); }
td.TdClassName
{
border-color: #AC8D7F;
}
.TagClassName
{
border-color: #AC8D7F;
}
</style>