Shades of Rainee #ACB9AA
Tints of Rainee #ACB9AA
RGB
CMYK
RGB Variations
Color information
#ACB9AA (or 0xACB9AA) is known color: Rainee. HEX triplet: AC, B9 and AA. RGB value is (172,185,170). Sum of RGB (Red+Green+Blue) = 172+185+170=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9AA is #534655. Grayscale: #B3B3B3. Windows color (decimal): -5457494 or 11188652. OLE color: 11188652.
HSL color Cylindrical-coordinate representation of color #ACB9AA: hue angle of 112º degrees, saturation: 0.1, 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 #ACB9AA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 170 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.27 |
| HSL | 112º | 0.1% | 0.7% | - |
| HSV(B) | 112º | 0.08% | 0.73% | - |
| XYZ | 41.62 | 46.37 | 44.79 | - |
| YUV | 179.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 170 | 0.07 | 0 | 0.08 | 0.27 | 112 | 0.1 | 0.7 |
| Hex | AC | B9 | AA | 7 | 0 | 8 | 1B | 70 | A | 46 |
| Octal | 254 | 271 | 252 | 7 | 0 | 10 | 33 | 160 | 12 | 106 |
| Binary | 10101100 | 10111001 | 10101010 | 111 | 0 | 1000 | 11011 | 1110000 | 1010 | 1000110 |
Color Harmonies of #ACB9AA
Complementary color
Monochromatic Colors of #ACB9AA
Black with #ACB9AA
Text Example
Text Example
White with #ACB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9AA; }
p { color: rgb(172,185,170); }
H1.HeaderClassName
{
color: #ACB9AA;
}
.AnyTagClassName
{
color: #ACB9AA;
}
</style>
background-color css
<style>
a { background-color: #ACB9AA; }
a { background-color: rgb(172,185,170); }
div.DivClassName
{
background-color: #ACB9AA;
}
.BgClassName
{
background-color: #ACB9AA;
}
</style>
border-color css
<style>
span { border-color: #ACB9AA; }
span { border-color: rgb(172,185,170); }
td.TdClassName
{
border-color: #ACB9AA;
}
.TagClassName
{
border-color: #ACB9AA;
}
</style>