#A0B6B0

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

Shades of Conch #A0B6B0

Tints of Conch #A0B6B0

Color information

#A0B6B0 (or 0xA0B6B0) is unknown color: approx Conch. HEX triplet: A0, B6 and B0. RGB value is (160,182,176). Sum of RGB (Red+Green+Blue) = 160+182+176=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B6B0 is #5F494F. Grayscale: #AEAEAE. Windows color (decimal): -6244688 or 11581088. OLE color: 11581088.

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

Color convert

RGB160182176-
CMYK0.1200.030.29
HSL163.64º13.1%67.06%-
HSV(B)163.64º12.09%71.37%-
XYZ39.0644.0647.52-
YUV174.74128.71117.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.89%
GREEN value IS 182 (71.48% from 255) = 35.14%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=30.89%
G=35.14%
B=33.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601821760.1200.030.29163.6413.167.06
HexA0B6B0C031Da4d43
Octal24026626014033524415103
Binary1010000010110110101100001100011111011010010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B6B0; }

 p { color: rgb(160,182,176); }

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

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

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

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

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

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

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