Shades of Rainee #ACB7AC
Tints of Rainee #ACB7AC
RGB
CMYK
RGB Variations
Color information
#ACB7AC (or 0xACB7AC) is known color: Rainee. HEX triplet: AC, B7 and AC. RGB value is (172,183,172). Sum of RGB (Red+Green+Blue) = 172+183+172=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7AC is #534853. Grayscale: #B2B2B2. Windows color (decimal): -5458004 or 11319212. OLE color: 11319212.
HSL color Cylindrical-coordinate representation of color #ACB7AC: hue angle of 120º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB7AC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 183 | 172 | - |
CMYK | 0.06 | 0 | 0.06 | 0.28 |
HSL | 120º | 0.07% | 0.7% | - |
HSV(B) | 120º | 0.06% | 0.72% | - |
XYZ | 41.39 | 45.62 | 45.65 | - |
YUV | 178.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 183 | 172 | 0.06 | 0 | 0.06 | 0.28 | 120 | 0.07 | 0.7 |
Hex | AC | B7 | AC | 6 | 0 | 6 | 1C | 78 | 7 | 46 |
Octal | 254 | 267 | 254 | 6 | 0 | 6 | 34 | 170 | 7 | 106 |
Binary | 10101100 | 10110111 | 10101100 | 110 | 0 | 110 | 11100 | 1111000 | 111 | 1000110 |
Color Harmonies of #ACB7AC
Complementary color
Monochromatic Colors of #ACB7AC
Black with #ACB7AC
Text Example
Text Example
White with #ACB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7AC; }
p { color: rgb(172,183,172); }
H1.HeaderClassName
{
color: #ACB7AC;
}
.AnyTagClassName
{
color: #ACB7AC;
}
</style>
background-color css
<style>
a { background-color: #ACB7AC; }
a { background-color: rgb(172,183,172); }
div.DivClassName
{
background-color: #ACB7AC;
}
.BgClassName
{
background-color: #ACB7AC;
}
</style>
border-color css
<style>
span { border-color: #ACB7AC; }
span { border-color: rgb(172,183,172); }
td.TdClassName
{
border-color: #ACB7AC;
}
.TagClassName
{
border-color: #ACB7AC;
}
</style>