#A6BAB6

Color #A6BAB6 Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #A6BAB6

Tints of Opal #A6BAB6

Color information

#A6BAB6 (or 0xA6BAB6) is unknown color: approx 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

RGB166186182-
CMYK0.1100.020.27
HSL168º12.66%69.02%-
HSV(B)168º10.75%72.94%-
XYZ41.7346.651.05-
YUV179.56129.37118.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 182 (71.48% from 255) = 34.08%
R=31.09%
G=34.83%
B=34.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861820.1100.020.2716812.6669.02
HexA6BAB6B021Ba8d45
Octal24627226613023325015105
Binary1010011010111010101101101011010110111010100011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>