#A9CAC0

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

Shades of Opal #A9CAC0

Tints of Opal #A9CAC0

Color information

#A9CAC0 (or 0xA9CAC0) is unknown color: approx Opal. HEX triplet: A9, CA and C0. RGB value is (169,202,192). Sum of RGB (Red+Green+Blue) = 169+202+192=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CAC0 is #56353F. Grayscale: #BFBFBF. Windows color (decimal): -5649728 or 12634793. OLE color: 12634793.

HSL color Cylindrical-coordinate representation of color #A9CAC0: hue angle of 161.82º 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 #A9CAC0 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB169202192-
CMYK0.1600.050.21
HSL161.82º23.74%72.75%-
HSV(B)161.82º16.34%79.22%-
XYZ4754.4857.91-
YUV190.99128.57112.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 192 (75.39% from 255) = 34.10%
R=30.02%
G=35.88%
B=34.10%

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
Decimal1692021920.1600.050.21161.8223.7472.75
HexA9CAC0100515a21849
Octal25131230020052524230111
Binary1010100111001010110000001000001011010110100010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAC0; }

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

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

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

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

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

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

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

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