#A0B1AC

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

Shades of Conch #A0B1AC

Tints of Conch #A0B1AC

Color information

#A0B1AC (or 0xA0B1AC) is unknown color: approx Conch. HEX triplet: A0, B1 and AC. RGB value is (160,177,172). Sum of RGB (Red+Green+Blue) = 160+177+172=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B1AC is #5F4E53. Grayscale: #ABABAB. Windows color (decimal): -6245972 or 11317664. OLE color: 11317664.

HSL color Cylindrical-coordinate representation of color #A0B1AC: hue angle of 162.35º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0B1AC is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB160177172-
CMYK0.1000.030.31
HSL162.35º9.83%66.08%-
HSV(B)162.35º9.6%69.41%-
XYZ37.6741.945.13-
YUV171.35128.37119.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=31.43%
G=34.77%
B=33.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601771720.1000.030.31162.359.8366.08
HexA0B1ACA031Fa2a42
Octal24026125412033724212102
Binary1010000010110001101011001010011111111010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B1AC; }

 p { color: rgb(160,177,172); }

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

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

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

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

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

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

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