Shades of Rainee #ACBAAB
Tints of Rainee #ACBAAB
RGB
CMYK
RGB Variations
Color information
#ACBAAB (or 0xACBAAB) is known color: Rainee. HEX triplet: AC, BA and AB. RGB value is (172,186,171). Sum of RGB (Red+Green+Blue) = 172+186+171=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAAB is #534554. Grayscale: #B4B4B4. Windows color (decimal): -5457237 or 11254444. OLE color: 11254444.
HSL color Cylindrical-coordinate representation of color #ACBAAB: hue angle of 116º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACBAAB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 186 | 171 | - |
CMYK | 0.08 | 0 | 0.08 | 0.27 |
HSL | 116º | 0.1% | 0.7% | - |
HSV(B) | 116º | 0.08% | 0.73% | - |
XYZ | 41.92 | 46.83 | 45.36 | - |
YUV | 180.1 | 122.86 | 122.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 186 | 171 | 0.08 | 0 | 0.08 | 0.27 | 116 | 0.1 | 0.7 |
Hex | AC | BA | AB | 8 | 0 | 8 | 1B | 74 | A | 46 |
Octal | 254 | 272 | 253 | 10 | 0 | 10 | 33 | 164 | 12 | 106 |
Binary | 10101100 | 10111010 | 10101011 | 1000 | 0 | 1000 | 11011 | 1110100 | 1010 | 1000110 |
Color Harmonies of #ACBAAB
Complementary color
Monochromatic Colors of #ACBAAB
Black with #ACBAAB
Text Example
Text Example
White with #ACBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAAB; }
p { color: rgb(172,186,171); }
H1.HeaderClassName
{
color: #ACBAAB;
}
.AnyTagClassName
{
color: #ACBAAB;
}
</style>
background-color css
<style>
a { background-color: #ACBAAB; }
a { background-color: rgb(172,186,171); }
div.DivClassName
{
background-color: #ACBAAB;
}
.BgClassName
{
background-color: #ACBAAB;
}
</style>
border-color css
<style>
span { border-color: #ACBAAB; }
span { border-color: rgb(172,186,171); }
td.TdClassName
{
border-color: #ACBAAB;
}
.TagClassName
{
border-color: #ACBAAB;
}
</style>