#A0BABA

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

Shades of Conch #A0BABA

Tints of Conch #A0BABA

Color information

#A0BABA (or 0xA0BABA) is unknown color: approx Conch. HEX triplet: A0, BA and BA. RGB value is (160,186,186). Sum of RGB (Red+Green+Blue) = 160+186+186=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #A0BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BABA is #5F4545. Grayscale: #B2B2B2. Windows color (decimal): -6243654 or 12237472. OLE color: 12237472.

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

Color convert

RGB160186186-
CMYK0.14000.27
HSL180º15.85%67.84%-
HSV(B)180º13.98%72.94%-
XYZ40.9246.1453.2-
YUV178.23132.39115-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=30.08%
G=34.96%
B=34.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601861860.14000.2718015.8567.84
HexA0BABAE001Bb41044
Octal24027227216003326420104
Binary1010000010111010101110101110001101110110100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BABA; }

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

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

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

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

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

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

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

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