#A9C1B9

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

Shades of Opal #A9C1B9

Tints of Opal #A9C1B9

Color information

#A9C1B9 (or 0xA9C1B9) is unknown color: approx Opal. HEX triplet: A9, C1 and B9. RGB value is (169,193,185). Sum of RGB (Red+Green+Blue) = 169+193+185=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1B9 is #563E46. Grayscale: #B8B8B8. Windows color (decimal): -5652039 or 12173737. OLE color: 12173737.

HSL color Cylindrical-coordinate representation of color #A9C1B9: hue angle of 160º 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 #A9C1B9 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB169193185-
CMYK0.1200.040.24
HSL160º16.22%70.98%-
HSV(B)160º12.44%75.69%-
XYZ44.1950.0853.24-
YUV184.91128.05116.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.90%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=30.90%
G=35.28%
B=33.82%

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
Decimal1691931850.1200.040.2416016.2270.98
HexA9C1B9C0418a01047
Octal25130127114043024020107
Binary101010011100000110111001110001001100010100000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1B9; }

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

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

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

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

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

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

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

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