#A9C1BA

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

Shades of Opal #A9C1BA

Tints of Opal #A9C1BA

Color information

#A9C1BA (or 0xA9C1BA) is unknown color: approx Opal. HEX triplet: A9, C1 and BA. RGB value is (169,193,186). Sum of RGB (Red+Green+Blue) = 169+193+186=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1BA is #563E45. Grayscale: #B9B9B9. Windows color (decimal): -5652038 or 12239273. OLE color: 12239273.

HSL color Cylindrical-coordinate representation of color #A9C1BA: hue angle of 162.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C1BA is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB169193186-
CMYK0.1200.040.24
HSL162.5º16.22%70.98%-
HSV(B)162.5º12.44%75.69%-
XYZ44.350.1253.79-
YUV185.03128.55116.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.84%
GREEN value IS 193 (75.78% from 255) = 35.22%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=30.84%
G=35.22%
B=33.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691931860.1200.040.24162.516.2270.98
HexA9C1BAC0418a21047
Octal25130127214043024220107
Binary101010011100000110111010110001001100010100010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1BA; }

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

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

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

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

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

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

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

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