#A5BAB6

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

Shades of Opal #A5BAB6

Tints of Opal #A5BAB6

Color information

#A5BAB6 (or 0xA5BAB6) is unknown color: approx Opal. HEX triplet: A5, BA and B6. RGB value is (165,186,182). Sum of RGB (Red+Green+Blue) = 165+186+182=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BAB6 is #5A4549. Grayscale: #B3B3B3. Windows color (decimal): -5915978 or 11975333. OLE color: 11975333.

HSL color Cylindrical-coordinate representation of color #A5BAB6: hue angle of 168.57º 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 #A5BAB6 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB165186182-
CMYK0.1100.020.27
HSL168.57º13.21%68.82%-
HSV(B)168.57º11.29%72.94%-
XYZ41.5246.4951.04-
YUV179.26129.54117.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.96%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=30.96%
G=34.90%
B=34.15%

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
Decimal1651861820.1100.020.27168.5713.2168.82
HexA5BAB6B021Ba9d45
Octal24527226613023325115105
Binary1010010110111010101101101011010110111010100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAB6; }

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

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

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

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

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

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

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

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