Shades of Sandrift #AC9785
Tints of Sandrift #AC9785
RGB
CMYK
RGB Variations
Color information
#AC9785 (or 0xAC9785) is known color: Sandrift. HEX triplet: AC, 97 and 85. RGB value is (172,151,133). Sum of RGB (Red+Green+Blue) = 172+151+133=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9785 is #53687A. Grayscale: #9B9B9B. Windows color (decimal): -5466235 or 8755116. OLE color: 8755116.
HSL color Cylindrical-coordinate representation of color #AC9785: hue angle of 27.69º 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 #AC9785 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 133 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.33 |
| HSL | 27.69º | 0.19% | 0.6% | - |
| HSV(B) | 27.69º | 0.23% | 0.67% | - |
| XYZ | 32.31 | 32.6 | 26.78 | - |
| YUV | 155.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 133 | 0 | 0.12 | 0.23 | 0.33 | 27.69 | 0.19 | 0.6 |
| Hex | AC | 97 | 85 | 0 | C | 17 | 21 | 1C | 13 | 3C |
| Octal | 254 | 227 | 205 | 0 | 14 | 27 | 41 | 34 | 23 | 74 |
| Binary | 10101100 | 10010111 | 10000101 | 0 | 1100 | 10111 | 100001 | 11100 | 10011 | 111100 |
Color Harmonies of #AC9785
Complementary color
Monochromatic Colors of #AC9785
Black with #AC9785
Text Example
Text Example
White with #AC9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9785; }
p { color: rgb(172,151,133); }
H1.HeaderClassName
{
color: #AC9785;
}
.AnyTagClassName
{
color: #AC9785;
}
</style>
background-color css
<style>
a { background-color: #AC9785; }
a { background-color: rgb(172,151,133); }
div.DivClassName
{
background-color: #AC9785;
}
.BgClassName
{
background-color: #AC9785;
}
</style>
border-color css
<style>
span { border-color: #AC9785; }
span { border-color: rgb(172,151,133); }
td.TdClassName
{
border-color: #AC9785;
}
.TagClassName
{
border-color: #AC9785;
}
</style>