Shades of Rainee #ACB1AC
Tints of Rainee #ACB1AC
RGB
CMYK
RGB Variations
Color information
#ACB1AC (or 0xACB1AC) is known color: Rainee. HEX triplet: AC, B1 and AC. RGB value is (172,177,172). Sum of RGB (Red+Green+Blue) = 172+177+172=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1AC is #534E53. Grayscale: #AEAEAE. Windows color (decimal): -5459540 or 11317676. OLE color: 11317676.
HSL color Cylindrical-coordinate representation of color #ACB1AC: hue angle of 120º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACB1AC is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
RGB | 172 | 177 | 172 | - |
CMYK | 0.03 | 0 | 0.03 | 0.31 |
HSL | 120º | 0.03% | 0.68% | - |
HSV(B) | 120º | 0.03% | 0.69% | - |
XYZ | 40.18 | 43.19 | 45.25 | - |
YUV | 174.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 177 | 172 | 0.03 | 0 | 0.03 | 0.31 | 120 | 0.03 | 0.68 |
Hex | AC | B1 | AC | 3 | 0 | 3 | 1F | 78 | 3 | 44 |
Octal | 254 | 261 | 254 | 3 | 0 | 3 | 37 | 170 | 3 | 104 |
Binary | 10101100 | 10110001 | 10101100 | 11 | 0 | 11 | 11111 | 1111000 | 11 | 1000100 |
Color Harmonies of #ACB1AC
Complementary color
Monochromatic Colors of #ACB1AC
Black with #ACB1AC
Text Example
Text Example
White with #ACB1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1AC; }
p { color: rgb(172,177,172); }
H1.HeaderClassName
{
color: #ACB1AC;
}
.AnyTagClassName
{
color: #ACB1AC;
}
</style>
background-color css
<style>
a { background-color: #ACB1AC; }
a { background-color: rgb(172,177,172); }
div.DivClassName
{
background-color: #ACB1AC;
}
.BgClassName
{
background-color: #ACB1AC;
}
</style>
border-color css
<style>
span { border-color: #ACB1AC; }
span { border-color: rgb(172,177,172); }
td.TdClassName
{
border-color: #ACB1AC;
}
.TagClassName
{
border-color: #ACB1AC;
}
</style>