Shades of Rainee #ACB7AB
Tints of Rainee #ACB7AB
RGB
CMYK
RGB Variations
Color information
#ACB7AB (or 0xACB7AB) is known color: Rainee. HEX triplet: AC, B7 and AB. RGB value is (172,183,171). Sum of RGB (Red+Green+Blue) = 172+183+171=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7AB is #534854. Grayscale: #B2B2B2. Windows color (decimal): -5458005 or 11253676. OLE color: 11253676.
HSL color Cylindrical-coordinate representation of color #ACB7AB: hue angle of 115º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB7AB is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 183 | 171 | - |
CMYK | 0.06 | 0 | 0.07 | 0.28 |
HSL | 115º | 0.08% | 0.69% | - |
HSV(B) | 115º | 0.07% | 0.72% | - |
XYZ | 41.3 | 45.58 | 45.15 | - |
YUV | 178.34 | 123.86 | 123.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 183 | 171 | 0.06 | 0 | 0.07 | 0.28 | 115 | 0.08 | 0.69 |
Hex | AC | B7 | AB | 6 | 0 | 7 | 1C | 73 | 8 | 45 |
Octal | 254 | 267 | 253 | 6 | 0 | 7 | 34 | 163 | 10 | 105 |
Binary | 10101100 | 10110111 | 10101011 | 110 | 0 | 111 | 11100 | 1110011 | 1000 | 1000101 |
Color Harmonies of #ACB7AB
Complementary color
Monochromatic Colors of #ACB7AB
Black with #ACB7AB
Text Example
Text Example
White with #ACB7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7AB; }
p { color: rgb(172,183,171); }
H1.HeaderClassName
{
color: #ACB7AB;
}
.AnyTagClassName
{
color: #ACB7AB;
}
</style>
background-color css
<style>
a { background-color: #ACB7AB; }
a { background-color: rgb(172,183,171); }
div.DivClassName
{
background-color: #ACB7AB;
}
.BgClassName
{
background-color: #ACB7AB;
}
</style>
border-color css
<style>
span { border-color: #ACB7AB; }
span { border-color: rgb(172,183,171); }
td.TdClassName
{
border-color: #ACB7AB;
}
.TagClassName
{
border-color: #ACB7AB;
}
</style>