#A2BAB7

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

Shades of Conch #A2BAB7

Tints of Conch #A2BAB7

Color information

#A2BAB7 (or 0xA2BAB7) is unknown color: approx Conch. HEX triplet: A2, BA and B7. RGB value is (162,186,183). Sum of RGB (Red+Green+Blue) = 162+186+183=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BAB7 is #5D4548. Grayscale: #B2B2B2. Windows color (decimal): -6112585 or 12040866. OLE color: 12040866.

HSL color Cylindrical-coordinate representation of color #A2BAB7: hue angle of 172.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 #A2BAB7 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB162186183-
CMYK0.1300.020.27
HSL172.5º14.81%68.24%-
HSV(B)172.5º12.9%72.94%-
XYZ41.0146.2251.56-
YUV178.48130.55116.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.51%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 183 (71.88% from 255) = 34.46%
R=30.51%
G=35.03%
B=34.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861830.1300.020.27172.514.8168.24
HexA2BAB7D021Bacf44
Octal24227226715023325417104
Binary1010001010111010101101111101010110111010110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAB7; }

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

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

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

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

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

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

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

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