Shades of Rainee #ACB0AB
Tints of Rainee #ACB0AB
RGB
CMYK
RGB Variations
Color information
#ACB0AB (or 0xACB0AB) is known color: Rainee. HEX triplet: AC, B0 and AB. RGB value is (172,176,171). Sum of RGB (Red+Green+Blue) = 172+176+171=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0AB is #534F54. Grayscale: #AEAEAE. Windows color (decimal): -5459797 or 11251884. OLE color: 11251884.
HSL color Cylindrical-coordinate representation of color #ACB0AB: hue angle of 108º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACB0AB is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 171 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.31 |
| HSL | 108º | 0.03% | 0.68% | - |
| HSV(B) | 108º | 0.03% | 0.69% | - |
| XYZ | 39.89 | 42.76 | 44.68 | - |
| YUV | 174.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 171 | 0.02 | 0 | 0.03 | 0.31 | 108 | 0.03 | 0.68 |
| Hex | AC | B0 | AB | 2 | 0 | 3 | 1F | 6C | 3 | 44 |
| Octal | 254 | 260 | 253 | 2 | 0 | 3 | 37 | 154 | 3 | 104 |
| Binary | 10101100 | 10110000 | 10101011 | 10 | 0 | 11 | 11111 | 1101100 | 11 | 1000100 |
Color Harmonies of #ACB0AB
Complementary color
Monochromatic Colors of #ACB0AB
Black with #ACB0AB
Text Example
Text Example
White with #ACB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0AB; }
p { color: rgb(172,176,171); }
H1.HeaderClassName
{
color: #ACB0AB;
}
.AnyTagClassName
{
color: #ACB0AB;
}
</style>
background-color css
<style>
a { background-color: #ACB0AB; }
a { background-color: rgb(172,176,171); }
div.DivClassName
{
background-color: #ACB0AB;
}
.BgClassName
{
background-color: #ACB0AB;
}
</style>
border-color css
<style>
span { border-color: #ACB0AB; }
span { border-color: rgb(172,176,171); }
td.TdClassName
{
border-color: #ACB0AB;
}
.TagClassName
{
border-color: #ACB0AB;
}
</style>