Shades of Sandrift #AC9684
Tints of Sandrift #AC9684
RGB
CMYK
RGB Variations
Color information
#AC9684 (or 0xAC9684) is known color: Sandrift. HEX triplet: AC, 96 and 84. RGB value is (172,150,132). Sum of RGB (Red+Green+Blue) = 172+150+132=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9684 is #53697B. Grayscale: #9A9A9A. Windows color (decimal): -5466492 or 8689324. OLE color: 8689324.
HSL color Cylindrical-coordinate representation of color #AC9684: hue angle of 27º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC9684 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 132 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.33 |
| HSL | 27º | 0.19% | 0.6% | - |
| HSV(B) | 27º | 0.23% | 0.67% | - |
| XYZ | 32.08 | 32.25 | 26.36 | - |
| YUV | 154.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 132 | 0 | 0.13 | 0.23 | 0.33 | 27 | 0.19 | 0.6 |
| Hex | AC | 96 | 84 | 0 | D | 17 | 21 | 1B | 13 | 3C |
| Octal | 254 | 226 | 204 | 0 | 15 | 27 | 41 | 33 | 23 | 74 |
| Binary | 10101100 | 10010110 | 10000100 | 0 | 1101 | 10111 | 100001 | 11011 | 10011 | 111100 |
Color Harmonies of #AC9684
Complementary color
Monochromatic Colors of #AC9684
Black with #AC9684
Text Example
Text Example
White with #AC9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9684; }
p { color: rgb(172,150,132); }
H1.HeaderClassName
{
color: #AC9684;
}
.AnyTagClassName
{
color: #AC9684;
}
</style>
background-color css
<style>
a { background-color: #AC9684; }
a { background-color: rgb(172,150,132); }
div.DivClassName
{
background-color: #AC9684;
}
.BgClassName
{
background-color: #AC9684;
}
</style>
border-color css
<style>
span { border-color: #AC9684; }
span { border-color: rgb(172,150,132); }
td.TdClassName
{
border-color: #AC9684;
}
.TagClassName
{
border-color: #AC9684;
}
</style>