#A0B3AE

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

Shades of Conch #A0B3AE

Tints of Conch #A0B3AE

Color information

#A0B3AE (or 0xA0B3AE) is unknown color: approx Conch. HEX triplet: A0, B3 and AE. RGB value is (160,179,174). Sum of RGB (Red+Green+Blue) = 160+179+174=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B3AE is #5F4C51. Grayscale: #ACACAC. Windows color (decimal): -6245458 or 11449248. OLE color: 11449248.

HSL color Cylindrical-coordinate representation of color #A0B3AE: hue angle of 164.21º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B3AE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB160179174-
CMYK0.1100.030.30
HSL164.21º11.11%66.47%-
HSV(B)164.21º10.61%70.2%-
XYZ38.2642.7746.28-
YUV172.75128.71118.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=31.19%
G=34.89%
B=33.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601791740.1100.030.30164.2111.1166.47
HexA0B3AEB031Ea4b42
Octal24026325613033624413102
Binary1010000010110011101011101011011111101010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B3AE; }

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

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

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

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

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

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

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

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