#A0AEAC

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

Shades of Conch #A0AEAC

Tints of Conch #A0AEAC

Color information

#A0AEAC (or 0xA0AEAC) is unknown color: approx Conch. HEX triplet: A0, AE and AC. RGB value is (160,174,172). Sum of RGB (Red+Green+Blue) = 160+174+172=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AEAC is #5F5153. Grayscale: #A9A9A9. Windows color (decimal): -6246740 or 11316896. OLE color: 11316896.

HSL color Cylindrical-coordinate representation of color #A0AEAC: hue angle of 171.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0AEAC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB160174172-
CMYK0.0800.010.32
HSL171.43º7.95%65.49%-
HSV(B)171.43º8.05%68.24%-
XYZ37.0840.7244.94-
YUV169.59129.36121.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=31.62%
G=34.39%
B=33.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601741720.0800.010.32171.437.9565.49
HexA0AEAC80120ab841
Octal24025625410014025310101
Binary1010000010101110101011001000011000001010101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEAC; }

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

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

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

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

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

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

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

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