Shades of Rainee #ACB6AB
Tints of Rainee #ACB6AB
RGB
CMYK
RGB Variations
Color information
#ACB6AB (or 0xACB6AB) is known color: Rainee. HEX triplet: AC, B6 and AB. RGB value is (172,182,171). Sum of RGB (Red+Green+Blue) = 172+182+171=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB6AB is #534954. Grayscale: #B1B1B1. Windows color (decimal): -5458261 or 11253420. OLE color: 11253420.
HSL color Cylindrical-coordinate representation of color #ACB6AB: hue angle of 114.55º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB6AB is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 171 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.29 |
| HSL | 114.55º | 0.07% | 0.69% | - |
| HSV(B) | 114.55º | 0.06% | 0.71% | - |
| XYZ | 41.09 | 45.17 | 45.08 | - |
| YUV | 177.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 171 | 0.05 | 0 | 0.06 | 0.29 | 114.55 | 0.07 | 0.69 |
| Hex | AC | B6 | AB | 5 | 0 | 6 | 1D | 73 | 7 | 45 |
| Octal | 254 | 266 | 253 | 5 | 0 | 6 | 35 | 163 | 7 | 105 |
| Binary | 10101100 | 10110110 | 10101011 | 101 | 0 | 110 | 11101 | 1110011 | 111 | 1000101 |
Color Harmonies of #ACB6AB
Complementary color
Monochromatic Colors of #ACB6AB
Black with #ACB6AB
Text Example
Text Example
White with #ACB6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6AB; }
p { color: rgb(172,182,171); }
H1.HeaderClassName
{
color: #ACB6AB;
}
.AnyTagClassName
{
color: #ACB6AB;
}
</style>
background-color css
<style>
a { background-color: #ACB6AB; }
a { background-color: rgb(172,182,171); }
div.DivClassName
{
background-color: #ACB6AB;
}
.BgClassName
{
background-color: #ACB6AB;
}
</style>
border-color css
<style>
span { border-color: #ACB6AB; }
span { border-color: rgb(172,182,171); }
td.TdClassName
{
border-color: #ACB6AB;
}
.TagClassName
{
border-color: #ACB6AB;
}
</style>