#A5BAB5

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

Shades of Opal #A5BAB5

Tints of Opal #A5BAB5

Color information

#A5BAB5 (or 0xA5BAB5) is unknown color: approx Opal. HEX triplet: A5, BA and B5. RGB value is (165,186,181). Sum of RGB (Red+Green+Blue) = 165+186+181=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BAB5 is #5A454A. Grayscale: #B3B3B3. Windows color (decimal): -5915979 or 11909797. OLE color: 11909797.

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

Color convert

RGB165186181-
CMYK0.1100.030.27
HSL165.71º13.21%68.82%-
HSV(B)165.71º11.29%72.94%-
XYZ41.4246.4550.5-
YUV179.15129.04117.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 181 (71.09% from 255) = 34.02%
R=31.02%
G=34.96%
B=34.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861810.1100.030.27165.7113.2168.82
HexA5BAB5B031Ba6d45
Octal24527226513033324615105
Binary1010010110111010101101011011011110111010011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAB5; }

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

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

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

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

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

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

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

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