#A9B9B6

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

Shades of Opal #A9B9B6

Tints of Opal #A9B9B6

Color information

#A9B9B6 (or 0xA9B9B6) is unknown color: approx Opal. HEX triplet: A9, B9 and B6. RGB value is (169,185,182). Sum of RGB (Red+Green+Blue) = 169+185+182=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B9B6 is #564649. Grayscale: #B3B3B3. Windows color (decimal): -5654090 or 11975081. OLE color: 11975081.

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

Color convert

RGB169185182-
CMYK0.0900.020.27
HSL168.75º10.26%69.41%-
HSV(B)168.75º8.65%72.55%-
XYZ42.1546.5151.01-
YUV179.87129.2120.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=31.53%
G=34.51%
B=33.96%

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
Decimal1691851820.0900.020.27168.7510.2669.41
HexA9B9B69021Ba9a45
Octal25127126611023325112105
Binary1010100110111001101101101001010110111010100110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B9B6; }

 p { color: rgb(169,185,182); }

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

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

 a { background-color: rgb(169,185,182); }

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

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

 span { border-color: rgb(169,185,182); }

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