#A0BAB7

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

Shades of Conch #A0BAB7

Tints of Conch #A0BAB7

Color information

#A0BAB7 (or 0xA0BAB7) is unknown color: approx Conch. HEX triplet: A0, BA and B7. RGB value is (160,186,183). Sum of RGB (Red+Green+Blue) = 160+186+183=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BAB7 is #5F4548. Grayscale: #B1B1B1. Windows color (decimal): -6243657 or 12040864. OLE color: 12040864.

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

Color convert

RGB160186183-
CMYK0.1400.020.27
HSL173.08º15.85%67.84%-
HSV(B)173.08º13.98%72.94%-
XYZ40.646.0151.54-
YUV177.88130.89115.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=30.25%
G=35.16%
B=34.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601861830.1400.020.27173.0815.8567.84
HexA0BAB7E021Bad1044
Octal24027226716023325520104
Binary10100000101110101011011111100101101110101101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BAB7; }

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

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

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

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

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

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

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

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