#A6CAB9

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

Shades of Opal #A6CAB9

Tints of Opal #A6CAB9

Color information

#A6CAB9 (or 0xA6CAB9) is unknown color: approx Opal. HEX triplet: A6, CA and B9. RGB value is (166,202,185). Sum of RGB (Red+Green+Blue) = 166+202+185=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAB9 is #593546. Grayscale: #BDBDBD. Windows color (decimal): -5846343 or 12176038. OLE color: 12176038.

HSL color Cylindrical-coordinate representation of color #A6CAB9: hue angle of 151.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CAB9 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB166202185-
CMYK0.1800.080.21
HSL151.67º25.35%72.16%-
HSV(B)151.67º17.82%79.22%-
XYZ45.653.8553.89-
YUV189.3125.57111.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.02%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=30.02%
G=36.53%
B=33.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021850.1800.080.21151.6725.3572.16
HexA6CAB9120815981948
Octal246312271220102523031110
Binary10100110110010101011100110010010001010110011000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAB9; }

 p { color: rgb(166,202,185); }

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

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

 a { background-color: rgb(166,202,185); }

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

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

 span { border-color: rgb(166,202,185); }

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