Shades of Sandrift #AC9185
Tints of Sandrift #AC9185
RGB
CMYK
RGB Variations
Color information
#AC9185 (or 0xAC9185) is known color: Sandrift. HEX triplet: AC, 91 and 85. RGB value is (172,145,133). Sum of RGB (Red+Green+Blue) = 172+145+133=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9185 is #536E7A. Grayscale: #979797. Windows color (decimal): -5467771 or 8753580. OLE color: 8753580.
HSL color Cylindrical-coordinate representation of color #AC9185: hue angle of 18.46º 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 #AC9185 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 133 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.33 |
| HSL | 18.46º | 0.19% | 0.6% | - |
| HSV(B) | 18.46º | 0.23% | 0.67% | - |
| XYZ | 31.37 | 30.71 | 26.47 | - |
| YUV | 151.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 133 | 0 | 0.16 | 0.23 | 0.33 | 18.46 | 0.19 | 0.6 |
| Hex | AC | 91 | 85 | 0 | 10 | 17 | 21 | 12 | 13 | 3C |
| Octal | 254 | 221 | 205 | 0 | 20 | 27 | 41 | 22 | 23 | 74 |
| Binary | 10101100 | 10010001 | 10000101 | 0 | 10000 | 10111 | 100001 | 10010 | 10011 | 111100 |
Color Harmonies of #AC9185
Complementary color
Monochromatic Colors of #AC9185
Black with #AC9185
Text Example
Text Example
White with #AC9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9185; }
p { color: rgb(172,145,133); }
H1.HeaderClassName
{
color: #AC9185;
}
.AnyTagClassName
{
color: #AC9185;
}
</style>
background-color css
<style>
a { background-color: #AC9185; }
a { background-color: rgb(172,145,133); }
div.DivClassName
{
background-color: #AC9185;
}
.BgClassName
{
background-color: #AC9185;
}
</style>
border-color css
<style>
span { border-color: #AC9185; }
span { border-color: rgb(172,145,133); }
td.TdClassName
{
border-color: #AC9185;
}
.TagClassName
{
border-color: #AC9185;
}
</style>