Shades of Opal #A6BAB6
Tints of Opal #A6BAB6
RGB
CMYK
RGB Variations
Color information
#A6BAB6 (or 0xA6BAB6) is known color: Opal. HEX triplet: A6, BA and B6. RGB value is (166,186,182). Sum of RGB (Red+Green+Blue) = 166+186+182=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAB6 is #594549. Grayscale: #B3B3B3. Windows color (decimal): -5850442 or 11975334. OLE color: 11975334.
HSL color Cylindrical-coordinate representation of color #A6BAB6: hue angle of 168º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6BAB6 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 166 | 186 | 182 | - |
CMYK | 0.11 | 0 | 0.02 | 0.27 |
HSL | 168º | 0.13% | 0.69% | - |
HSV(B) | 168º | 0.11% | 0.73% | - |
XYZ | 41.73 | 46.6 | 51.05 | - |
YUV | 179.56 | 129.37 | 118.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 186 | 182 | 0.11 | 0 | 0.02 | 0.27 | 168 | 0.13 | 0.69 |
Hex | A6 | BA | B6 | B | 0 | 2 | 1B | A8 | D | 45 |
Octal | 246 | 272 | 266 | 13 | 0 | 2 | 33 | 250 | 15 | 105 |
Binary | 10100110 | 10111010 | 10110110 | 1011 | 0 | 10 | 11011 | 10101000 | 1101 | 1000101 |
Color Harmonies of #A6BAB6
Complementary color
Monochromatic Colors of #A6BAB6
Black with #A6BAB6
Text Example
Text Example
White with #A6BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAB6; }
p { color: rgb(166,186,182); }
H1.HeaderClassName
{
color: #A6BAB6;
}
.AnyTagClassName
{
color: #A6BAB6;
}
</style>
background-color css
<style>
a { background-color: #A6BAB6; }
a { background-color: rgb(166,186,182); }
div.DivClassName
{
background-color: #A6BAB6;
}
.BgClassName
{
background-color: #A6BAB6;
}
</style>
border-color css
<style>
span { border-color: #A6BAB6; }
span { border-color: rgb(166,186,182); }
td.TdClassName
{
border-color: #A6BAB6;
}
.TagClassName
{
border-color: #A6BAB6;
}
</style>