Shades of Rainee #ACB9AB
Tints of Rainee #ACB9AB
RGB
CMYK
RGB Variations
Color information
#ACB9AB (or 0xACB9AB) is known color: Rainee. HEX triplet: AC, B9 and AB. RGB value is (172,185,171). Sum of RGB (Red+Green+Blue) = 172+185+171=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9AB is #534654. Grayscale: #B3B3B3. Windows color (decimal): -5457493 or 11254188. OLE color: 11254188.
HSL color Cylindrical-coordinate representation of color #ACB9AB: hue angle of 115.71º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB9AB is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 171 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.27 |
| HSL | 115.71º | 0.09% | 0.7% | - |
| HSV(B) | 115.71º | 0.08% | 0.73% | - |
| XYZ | 41.71 | 46.41 | 45.29 | - |
| YUV | 179.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 171 | 0.07 | 0 | 0.08 | 0.27 | 115.71 | 0.09 | 0.7 |
| Hex | AC | B9 | AB | 7 | 0 | 8 | 1B | 74 | 9 | 46 |
| Octal | 254 | 271 | 253 | 7 | 0 | 10 | 33 | 164 | 11 | 106 |
| Binary | 10101100 | 10111001 | 10101011 | 111 | 0 | 1000 | 11011 | 1110100 | 1001 | 1000110 |
Color Harmonies of #ACB9AB
Complementary color
Monochromatic Colors of #ACB9AB
Black with #ACB9AB
Text Example
Text Example
White with #ACB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9AB; }
p { color: rgb(172,185,171); }
H1.HeaderClassName
{
color: #ACB9AB;
}
.AnyTagClassName
{
color: #ACB9AB;
}
</style>
background-color css
<style>
a { background-color: #ACB9AB; }
a { background-color: rgb(172,185,171); }
div.DivClassName
{
background-color: #ACB9AB;
}
.BgClassName
{
background-color: #ACB9AB;
}
</style>
border-color css
<style>
span { border-color: #ACB9AB; }
span { border-color: rgb(172,185,171); }
td.TdClassName
{
border-color: #ACB9AB;
}
.TagClassName
{
border-color: #ACB9AB;
}
</style>