Shades of Sandrift #AC9686
Tints of Sandrift #AC9686
RGB
CMYK
RGB Variations
Color information
#AC9686 (or 0xAC9686) is known color: Sandrift. HEX triplet: AC, 96 and 86. RGB value is (172,150,134). Sum of RGB (Red+Green+Blue) = 172+150+134=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9686 is #536979. Grayscale: #9A9A9A. Windows color (decimal): -5466490 or 8820396. OLE color: 8820396.
HSL color Cylindrical-coordinate representation of color #AC9686: hue angle of 25.26º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC9686 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 134 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.33 |
| HSL | 25.26º | 0.19% | 0.6% | - |
| HSV(B) | 25.26º | 0.22% | 0.67% | - |
| XYZ | 32.22 | 32.3 | 27.09 | - |
| YUV | 154.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 134 | 0 | 0.13 | 0.22 | 0.33 | 25.26 | 0.19 | 0.6 |
| Hex | AC | 96 | 86 | 0 | D | 16 | 21 | 19 | 13 | 3C |
| Octal | 254 | 226 | 206 | 0 | 15 | 26 | 41 | 31 | 23 | 74 |
| Binary | 10101100 | 10010110 | 10000110 | 0 | 1101 | 10110 | 100001 | 11001 | 10011 | 111100 |
Color Harmonies of #AC9686
Complementary color
Monochromatic Colors of #AC9686
Black with #AC9686
Text Example
Text Example
White with #AC9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9686; }
p { color: rgb(172,150,134); }
H1.HeaderClassName
{
color: #AC9686;
}
.AnyTagClassName
{
color: #AC9686;
}
</style>
background-color css
<style>
a { background-color: #AC9686; }
a { background-color: rgb(172,150,134); }
div.DivClassName
{
background-color: #AC9686;
}
.BgClassName
{
background-color: #AC9686;
}
</style>
border-color css
<style>
span { border-color: #AC9686; }
span { border-color: rgb(172,150,134); }
td.TdClassName
{
border-color: #AC9686;
}
.TagClassName
{
border-color: #AC9686;
}
</style>