#A8BAB6

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

Shades of Opal #A8BAB6

Tints of Opal #A8BAB6

Color information

#A8BAB6 (or 0xA8BAB6) is unknown color: approx Opal. HEX triplet: A8, BA and B6. RGB value is (168,186,182). Sum of RGB (Red+Green+Blue) = 168+186+182=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAB6 is #574549. Grayscale: #B4B4B4. Windows color (decimal): -5719370 or 11975336. OLE color: 11975336.

HSL color Cylindrical-coordinate representation of color #A8BAB6: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BAB6 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB168186182-
CMYK0.1000.020.27
HSL166.67º11.54%69.41%-
HSV(B)166.67º9.68%72.94%-
XYZ42.1546.8251.07-
YUV180.16129.04119.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=31.34%
G=34.70%
B=33.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861820.1000.020.27166.6711.5469.41
HexA8BAB6A021Ba7c45
Octal25027226612023324714105
Binary1010100010111010101101101010010110111010011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAB6; }

 p { color: rgb(168,186,182); }

 H1.HeaderClassName
 {
   color: #A8BAB6;
 }
 .AnyTagClassName
 {
   color: #A8BAB6;
 }
</style>
background-color css

<style>
 a { background-color: #A8BAB6; }

 a { background-color: rgb(168,186,182); }

 div.DivClassName
 {
   background-color: #A8BAB6;
 }
 .BgClassName
 {
   background-color: #A8BAB6;
 }
</style>
border-color css

<style>
 span { border-color: #A8BAB6; }

 span { border-color: rgb(168,186,182); }

 td.TdClassName
 {
   border-color: #A8BAB6;
 }
 .TagClassName
 {
   border-color: #A8BAB6;
 }
</style>