Shades of Sandrift #AC8F76
Tints of Sandrift #AC8F76
RGB
CMYK
RGB Variations
Color information
#AC8F76 (or 0xAC8F76) is known color: Sandrift. HEX triplet: AC, 8F and 76. RGB value is (172,143,118). Sum of RGB (Red+Green+Blue) = 172+143+118=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F76 is #537089. Grayscale: #949494. Windows color (decimal): -5468298 or 7770028. OLE color: 7770028.
HSL color Cylindrical-coordinate representation of color #AC8F76: hue angle of 27.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC8F76 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 118 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.33 |
| HSL | 27.78º | 0.25% | 0.57% | - |
| HSV(B) | 27.78º | 0.31% | 0.67% | - |
| XYZ | 30.11 | 29.72 | 21.29 | - |
| YUV | 148.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 118 | 0 | 0.17 | 0.31 | 0.33 | 27.78 | 0.25 | 0.57 |
| Hex | AC | 8F | 76 | 0 | 11 | 1F | 21 | 1C | 19 | 39 |
| Octal | 254 | 217 | 166 | 0 | 21 | 37 | 41 | 34 | 31 | 71 |
| Binary | 10101100 | 10001111 | 1110110 | 0 | 10001 | 11111 | 100001 | 11100 | 11001 | 111001 |
Color Harmonies of #AC8F76
Complementary color
Monochromatic Colors of #AC8F76
Black with #AC8F76
Text Example
Text Example
White with #AC8F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F76; }
p { color: rgb(172,143,118); }
H1.HeaderClassName
{
color: #AC8F76;
}
.AnyTagClassName
{
color: #AC8F76;
}
</style>
background-color css
<style>
a { background-color: #AC8F76; }
a { background-color: rgb(172,143,118); }
div.DivClassName
{
background-color: #AC8F76;
}
.BgClassName
{
background-color: #AC8F76;
}
</style>
border-color css
<style>
span { border-color: #AC8F76; }
span { border-color: rgb(172,143,118); }
td.TdClassName
{
border-color: #AC8F76;
}
.TagClassName
{
border-color: #AC8F76;
}
</style>