#A2B7B6

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

Shades of Conch #A2B7B6

Tints of Conch #A2B7B6

Color information

#A2B7B6 (or 0xA2B7B6) is unknown color: approx Conch. HEX triplet: A2, B7 and B6. RGB value is (162,183,182). Sum of RGB (Red+Green+Blue) = 162+183+182=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B7B6 is #5D4849. Grayscale: #B0B0B0. Windows color (decimal): -6113354 or 11974562. OLE color: 11974562.

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

Color convert

RGB162183182-
CMYK0.1100.010.28
HSL177.14º12.73%67.65%-
HSV(B)177.14º11.48%71.76%-
XYZ40.2844.9350.8-
YUV176.61131.04117.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=30.74%
G=34.72%
B=34.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621831820.1100.010.28177.1412.7367.65
HexA2B7B6B011Cb1d44
Octal24226726613013426115104
Binary101000101011011110110110101101111001011000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B7B6; }

 p { color: rgb(162,183,182); }

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

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

 a { background-color: rgb(162,183,182); }

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

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

 span { border-color: rgb(162,183,182); }

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