Shades of Rainee #ACBBAB
Tints of Rainee #ACBBAB
RGB
CMYK
RGB Variations
Color information
#ACBBAB (or 0xACBBAB) is known color: Rainee. HEX triplet: AC, BB and AB. RGB value is (172,187,171). Sum of RGB (Red+Green+Blue) = 172+187+171=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBAB is #534454. Grayscale: #B4B4B4. Windows color (decimal): -5456981 or 11254700. OLE color: 11254700.
HSL color Cylindrical-coordinate representation of color #ACBBAB: hue angle of 116.25º degrees, saturation: 0.11, 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 #ACBBAB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 187 | 171 | - |
CMYK | 0.08 | 0 | 0.09 | 0.27 |
HSL | 116.25º | 0.11% | 0.7% | - |
HSV(B) | 116.25º | 0.09% | 0.73% | - |
XYZ | 42.13 | 47.25 | 45.43 | - |
YUV | 180.69 | 122.53 | 121.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 187 | 171 | 0.08 | 0 | 0.09 | 0.27 | 116.25 | 0.11 | 0.7 |
Hex | AC | BB | AB | 8 | 0 | 9 | 1B | 74 | B | 46 |
Octal | 254 | 273 | 253 | 10 | 0 | 11 | 33 | 164 | 13 | 106 |
Binary | 10101100 | 10111011 | 10101011 | 1000 | 0 | 1001 | 11011 | 1110100 | 1011 | 1000110 |
Color Harmonies of #ACBBAB
Complementary color
Monochromatic Colors of #ACBBAB
Black with #ACBBAB
Text Example
Text Example
White with #ACBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBAB; }
p { color: rgb(172,187,171); }
H1.HeaderClassName
{
color: #ACBBAB;
}
.AnyTagClassName
{
color: #ACBBAB;
}
</style>
background-color css
<style>
a { background-color: #ACBBAB; }
a { background-color: rgb(172,187,171); }
div.DivClassName
{
background-color: #ACBBAB;
}
.BgClassName
{
background-color: #ACBBAB;
}
</style>
border-color css
<style>
span { border-color: #ACBBAB; }
span { border-color: rgb(172,187,171); }
td.TdClassName
{
border-color: #ACBBAB;
}
.TagClassName
{
border-color: #ACBBAB;
}
</style>