Shades of Opal #A7C2BA
Tints of Opal #A7C2BA
RGB
CMYK
RGB Variations
Color information
#A7C2BA (or 0xA7C2BA) is known color: Opal. HEX triplet: A7, C2 and BA. RGB value is (167,194,186). Sum of RGB (Red+Green+Blue) = 167+194+186=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C2BA is #583D45. Grayscale: #B9B9B9. Windows color (decimal): -5782854 or 12239527. OLE color: 12239527.
HSL color Cylindrical-coordinate representation of color #A7C2BA: hue angle of 162.22º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7C2BA is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 194 | 186 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.24 |
| HSL | 162.22º | 0.18% | 0.71% | - |
| HSV(B) | 162.22º | 0.14% | 0.76% | - |
| XYZ | 44.09 | 50.34 | 53.85 | - |
| YUV | 185.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 194 | 186 | 0.14 | 0 | 0.04 | 0.24 | 162.22 | 0.18 | 0.71 |
| Hex | A7 | C2 | BA | E | 0 | 4 | 18 | A2 | 12 | 47 |
| Octal | 247 | 302 | 272 | 16 | 0 | 4 | 30 | 242 | 22 | 107 |
| Binary | 10100111 | 11000010 | 10111010 | 1110 | 0 | 100 | 11000 | 10100010 | 10010 | 1000111 |
Color Harmonies of #A7C2BA
Complementary color
Monochromatic Colors of #A7C2BA
Black with #A7C2BA
Text Example
Text Example
White with #A7C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C2BA; }
p { color: rgb(167,194,186); }
H1.HeaderClassName
{
color: #A7C2BA;
}
.AnyTagClassName
{
color: #A7C2BA;
}
</style>
background-color css
<style>
a { background-color: #A7C2BA; }
a { background-color: rgb(167,194,186); }
div.DivClassName
{
background-color: #A7C2BA;
}
.BgClassName
{
background-color: #A7C2BA;
}
</style>
border-color css
<style>
span { border-color: #A7C2BA; }
span { border-color: rgb(167,194,186); }
td.TdClassName
{
border-color: #A7C2BA;
}
.TagClassName
{
border-color: #A7C2BA;
}
</style>