#A9BAB7

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

Shades of Opal #A9BAB7

Tints of Opal #A9BAB7

Color information

#A9BAB7 (or 0xA9BAB7) is unknown color: approx Opal. HEX triplet: A9, BA and B7. RGB value is (169,186,183). Sum of RGB (Red+Green+Blue) = 169+186+183=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAB7 is #564548. Grayscale: #B4B4B4. Windows color (decimal): -5653833 or 12040873. OLE color: 12040873.

HSL color Cylindrical-coordinate representation of color #A9BAB7: hue angle of 169.41º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9BAB7 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB169186183-
CMYK0.0900.020.27
HSL169.41º10.97%69.61%-
HSV(B)169.41º9.14%72.94%-
XYZ42.4746.9751.63-
YUV180.58129.37119.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=31.41%
G=34.57%
B=34.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861830.0900.020.27169.4110.9769.61
HexA9BAB79021Ba9b46
Octal25127226711023325113106
Binary1010100110111010101101111001010110111010100110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAB7; }

 p { color: rgb(169,186,183); }

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

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

 a { background-color: rgb(169,186,183); }

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

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

 span { border-color: rgb(169,186,183); }

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