Shades of Rainee #ACBAAA
Tints of Rainee #ACBAAA
RGB
CMYK
RGB Variations
Color information
#ACBAAA (or 0xACBAAA) is known color: Rainee. HEX triplet: AC, BA and AA. RGB value is (172,186,170). Sum of RGB (Red+Green+Blue) = 172+186+170=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAAA is #534555. Grayscale: #B4B4B4. Windows color (decimal): -5457238 or 11188908. OLE color: 11188908.
HSL color Cylindrical-coordinate representation of color #ACBAAA: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBAAA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 170 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.27 |
| HSL | 112.5º | 0.1% | 0.7% | - |
| HSV(B) | 112.5º | 0.09% | 0.73% | - |
| XYZ | 41.83 | 46.79 | 44.86 | - |
| YUV | 179.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 170 | 0.08 | 0 | 0.09 | 0.27 | 112.5 | 0.1 | 0.7 |
| Hex | AC | BA | AA | 8 | 0 | 9 | 1B | 70 | A | 46 |
| Octal | 254 | 272 | 252 | 10 | 0 | 11 | 33 | 160 | 12 | 106 |
| Binary | 10101100 | 10111010 | 10101010 | 1000 | 0 | 1001 | 11011 | 1110000 | 1010 | 1000110 |
Color Harmonies of #ACBAAA
Complementary color
Monochromatic Colors of #ACBAAA
Black with #ACBAAA
Text Example
Text Example
White with #ACBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAAA; }
p { color: rgb(172,186,170); }
H1.HeaderClassName
{
color: #ACBAAA;
}
.AnyTagClassName
{
color: #ACBAAA;
}
</style>
background-color css
<style>
a { background-color: #ACBAAA; }
a { background-color: rgb(172,186,170); }
div.DivClassName
{
background-color: #ACBAAA;
}
.BgClassName
{
background-color: #ACBAAA;
}
</style>
border-color css
<style>
span { border-color: #ACBAAA; }
span { border-color: rgb(172,186,170); }
td.TdClassName
{
border-color: #ACBAAA;
}
.TagClassName
{
border-color: #ACBAAA;
}
</style>