Shades of Opal #A6C1B9
Tints of Opal #A6C1B9
RGB
CMYK
RGB Variations
Color information
#A6C1B9 (or 0xA6C1B9) is known color: Opal. HEX triplet: A6, C1 and B9. RGB value is (166,193,185). Sum of RGB (Red+Green+Blue) = 166+193+185=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C1B9 is #593E46. Grayscale: #B8B8B8. Windows color (decimal): -5848647 or 12173734. OLE color: 12173734.
HSL color Cylindrical-coordinate representation of color #A6C1B9: hue angle of 162.22º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C1B9 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 185 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.24 |
| HSL | 162.22º | 0.18% | 0.7% | - |
| HSV(B) | 162.22º | 0.14% | 0.76% | - |
| XYZ | 43.55 | 49.75 | 53.21 | - |
| YUV | 184.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 185 | 0.14 | 0 | 0.04 | 0.24 | 162.22 | 0.18 | 0.7 |
| Hex | A6 | C1 | B9 | E | 0 | 4 | 18 | A2 | 12 | 46 |
| Octal | 246 | 301 | 271 | 16 | 0 | 4 | 30 | 242 | 22 | 106 |
| Binary | 10100110 | 11000001 | 10111001 | 1110 | 0 | 100 | 11000 | 10100010 | 10010 | 1000110 |
Color Harmonies of #A6C1B9
Complementary color
Monochromatic Colors of #A6C1B9
Black with #A6C1B9
Text Example
Text Example
White with #A6C1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C1B9; }
p { color: rgb(166,193,185); }
H1.HeaderClassName
{
color: #A6C1B9;
}
.AnyTagClassName
{
color: #A6C1B9;
}
</style>
background-color css
<style>
a { background-color: #A6C1B9; }
a { background-color: rgb(166,193,185); }
div.DivClassName
{
background-color: #A6C1B9;
}
.BgClassName
{
background-color: #A6C1B9;
}
</style>
border-color css
<style>
span { border-color: #A6C1B9; }
span { border-color: rgb(166,193,185); }
td.TdClassName
{
border-color: #A6C1B9;
}
.TagClassName
{
border-color: #A6C1B9;
}
</style>