Shades of Opal #ACBAB7
Tints of Opal #ACBAB7
RGB
CMYK
RGB Variations
Color information
#ACBAB7 (or 0xACBAB7) is known color: Opal. HEX triplet: AC, BA and B7. RGB value is (172,186,183). Sum of RGB (Red+Green+Blue) = 172+186+183=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAB7 is #534548. Grayscale: #B5B5B5. Windows color (decimal): -5457225 or 12040876. OLE color: 12040876.
HSL color Cylindrical-coordinate representation of color #ACBAB7: hue angle of 167.14º degrees, saturation: 0.09, 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 #ACBAB7 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 183 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.27 |
| HSL | 167.14º | 0.09% | 0.7% | - |
| HSV(B) | 167.14º | 0.08% | 0.73% | - |
| XYZ | 43.12 | 47.31 | 51.66 | - |
| YUV | 181.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 183 | 0.08 | 0 | 0.02 | 0.27 | 167.14 | 0.09 | 0.7 |
| Hex | AC | BA | B7 | 8 | 0 | 2 | 1B | A7 | 9 | 46 |
| Octal | 254 | 272 | 267 | 10 | 0 | 2 | 33 | 247 | 11 | 106 |
| Binary | 10101100 | 10111010 | 10110111 | 1000 | 0 | 10 | 11011 | 10100111 | 1001 | 1000110 |
Color Harmonies of #ACBAB7
Complementary color
Monochromatic Colors of #ACBAB7
Black with #ACBAB7
Text Example
Text Example
White with #ACBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAB7; }
p { color: rgb(172,186,183); }
H1.HeaderClassName
{
color: #ACBAB7;
}
.AnyTagClassName
{
color: #ACBAB7;
}
</style>
background-color css
<style>
a { background-color: #ACBAB7; }
a { background-color: rgb(172,186,183); }
div.DivClassName
{
background-color: #ACBAB7;
}
.BgClassName
{
background-color: #ACBAB7;
}
</style>
border-color css
<style>
span { border-color: #ACBAB7; }
span { border-color: rgb(172,186,183); }
td.TdClassName
{
border-color: #ACBAB7;
}
.TagClassName
{
border-color: #ACBAB7;
}
</style>