#A2BAB9

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

Shades of Conch #A2BAB9

Tints of Conch #A2BAB9

Color information

#A2BAB9 (or 0xA2BAB9) is unknown color: approx Conch. HEX triplet: A2, BA and B9. RGB value is (162,186,185). Sum of RGB (Red+Green+Blue) = 162+186+185=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BAB9 is #5D4546. Grayscale: #B2B2B2. Windows color (decimal): -6112583 or 12171938. OLE color: 12171938.

HSL color Cylindrical-coordinate representation of color #A2BAB9: hue angle of 177.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BAB9 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB162186185-
CMYK0.1300.010.27
HSL177.5º14.81%68.24%-
HSV(B)177.5º12.9%72.94%-
XYZ41.2246.352.66-
YUV178.71131.55116.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.39%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=30.39%
G=34.90%
B=34.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861850.1300.010.27177.514.8168.24
HexA2BAB9D011Bb1f44
Octal24227227115013326117104
Binary101000101011101010111001110101110111011000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAB9; }

 p { color: rgb(162,186,185); }

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

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

 a { background-color: rgb(162,186,185); }

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

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

 span { border-color: rgb(162,186,185); }

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