#A5BAB4

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

Shades of Opal #A5BAB4

Tints of Opal #A5BAB4

Color information

#A5BAB4 (or 0xA5BAB4) is unknown color: approx Opal. HEX triplet: A5, BA and B4. RGB value is (165,186,180). Sum of RGB (Red+Green+Blue) = 165+186+180=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BAB4 is #5A454B. Grayscale: #B3B3B3. Windows color (decimal): -5915980 or 11844261. OLE color: 11844261.

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

Color convert

RGB165186180-
CMYK0.1100.030.27
HSL162.86º13.21%68.82%-
HSV(B)162.86º11.29%72.94%-
XYZ41.3146.4149.96-
YUV179.04128.54117.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.07%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=31.07%
G=35.03%
B=33.90%

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
Decimal1651861800.1100.030.27162.8613.2168.82
HexA5BAB4B031Ba3d45
Octal24527226413033324315105
Binary1010010110111010101101001011011110111010001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAB4; }

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

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

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

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

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

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

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

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