#A6AEAC

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

Shades of Conch #A6AEAC

Tints of Conch #A6AEAC

Color information

#A6AEAC (or 0xA6AEAC) is unknown color: approx Conch. HEX triplet: A6, AE and AC. RGB value is (166,174,172). Sum of RGB (Red+Green+Blue) = 166+174+172=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AEAC is #595153. Grayscale: #ABABAB. Windows color (decimal): -5853524 or 11316902. OLE color: 11316902.

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

Color convert

RGB166174172-
CMYK0.0500.010.32
HSL165º4.71%66.67%-
HSV(B)165º4.6%68.24%-
XYZ38.3141.3644.99-
YUV171.38128.35124.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=32.42%
G=33.98%
B=33.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661741720.0500.010.321654.7166.67
HexA6AEAC50120a5543
Octal246256254501402455103
Binary10100110101011101010110010101100000101001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEAC; }

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

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

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

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

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

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

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

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