#A0B4B3

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

Shades of Conch #A0B4B3

Tints of Conch #A0B4B3

Color information

#A0B4B3 (or 0xA0B4B3) is unknown color: approx Conch. HEX triplet: A0, B4 and B3. RGB value is (160,180,179). Sum of RGB (Red+Green+Blue) = 160+180+179=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B4B3 is #5F4B4C. Grayscale: #ADADAD. Windows color (decimal): -6245197 or 11777184. OLE color: 11777184.

HSL color Cylindrical-coordinate representation of color #A0B4B3: hue angle of 177º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B4B3 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB160180179-
CMYK0.1100.010.29
HSL177º11.76%66.67%-
HSV(B)177º11.11%70.59%-
XYZ38.9643.3748.97-
YUV173.91130.87118.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.83%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=30.83%
G=34.68%
B=34.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801790.1100.010.2917711.7666.67
HexA0B4B3B011Db1c43
Octal24026426313013526114103
Binary101000001011010010110011101101111011011000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B4B3; }

 p { color: rgb(160,180,179); }

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

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

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

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

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

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

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