#A9CABF

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

Shades of Opal #A9CABF

Tints of Opal #A9CABF

Color information

#A9CABF (or 0xA9CABF) is unknown color: approx Opal. HEX triplet: A9, CA and BF. RGB value is (169,202,191). Sum of RGB (Red+Green+Blue) = 169+202+191=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CABF is #563540. Grayscale: #BEBEBE. Windows color (decimal): -5649729 or 12569257. OLE color: 12569257.

HSL color Cylindrical-coordinate representation of color #A9CABF: hue angle of 160º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9CABF is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB169202191-
CMYK0.1600.050.21
HSL160º23.74%72.75%-
HSV(B)160º16.34%79.22%-
XYZ46.8954.4457.33-
YUV190.88128.07112.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 191 (75% from 255) = 33.99%
R=30.07%
G=35.94%
B=33.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021910.1600.050.2116023.7472.75
HexA9CABF100515a01849
Octal25131227720052524030111
Binary1010100111001010101111111000001011010110100000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CABF; }

 p { color: rgb(169,202,191); }

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

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

 a { background-color: rgb(169,202,191); }

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

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

 span { border-color: rgb(169,202,191); }

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