Shades of Rainee #ACBBA9
Tints of Rainee #ACBBA9
RGB
CMYK
RGB Variations
Color information
#ACBBA9 (or 0xACBBA9) is known color: Rainee. HEX triplet: AC, BB and A9. RGB value is (172,187,169). Sum of RGB (Red+Green+Blue) = 172+187+169=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBA9 is #534456. Grayscale: #B4B4B4. Windows color (decimal): -5456983 or 11123628. OLE color: 11123628.
HSL color Cylindrical-coordinate representation of color #ACBBA9: hue angle of 110º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBBA9 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 187 | 169 | - |
CMYK | 0.08 | 0 | 0.10 | 0.27 |
HSL | 110º | 0.12% | 0.7% | - |
HSV(B) | 110º | 0.1% | 0.73% | - |
XYZ | 41.95 | 47.18 | 44.43 | - |
YUV | 180.46 | 121.53 | 121.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 187 | 169 | 0.08 | 0 | 0.10 | 0.27 | 110 | 0.12 | 0.7 |
Hex | AC | BB | A9 | 8 | 0 | A | 1B | 6E | C | 46 |
Octal | 254 | 273 | 251 | 10 | 0 | 12 | 33 | 156 | 14 | 106 |
Binary | 10101100 | 10111011 | 10101001 | 1000 | 0 | 1010 | 11011 | 1101110 | 1100 | 1000110 |
Color Harmonies of #ACBBA9
Complementary color
Monochromatic Colors of #ACBBA9
Black with #ACBBA9
Text Example
Text Example
White with #ACBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBA9; }
p { color: rgb(172,187,169); }
H1.HeaderClassName
{
color: #ACBBA9;
}
.AnyTagClassName
{
color: #ACBBA9;
}
</style>
background-color css
<style>
a { background-color: #ACBBA9; }
a { background-color: rgb(172,187,169); }
div.DivClassName
{
background-color: #ACBBA9;
}
.BgClassName
{
background-color: #ACBBA9;
}
</style>
border-color css
<style>
span { border-color: #ACBBA9; }
span { border-color: rgb(172,187,169); }
td.TdClassName
{
border-color: #ACBBA9;
}
.TagClassName
{
border-color: #ACBBA9;
}
</style>