#A9C1B8

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

Shades of Opal #A9C1B8

Tints of Opal #A9C1B8

Color information

#A9C1B8 (or 0xA9C1B8) is unknown color: approx Opal. HEX triplet: A9, C1 and B8. RGB value is (169,193,184). Sum of RGB (Red+Green+Blue) = 169+193+184=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1B8 is #563E47. Grayscale: #B8B8B8. Windows color (decimal): -5652040 or 12108201. OLE color: 12108201.

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

Color convert

RGB169193184-
CMYK0.1200.050.24
HSL157.5º16.22%70.98%-
HSV(B)157.5º12.44%75.69%-
XYZ44.0850.0452.68-
YUV184.8127.55116.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 184 (72.27% from 255) = 33.70%
R=30.95%
G=35.35%
B=33.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691931840.1200.050.24157.516.2270.98
HexA9C1B8C05189d1047
Octal25130127014053023520107
Binary101010011100000110111000110001011100010011101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1B8; }

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

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

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

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

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

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

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

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