#A6AEAD

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

Shades of Conch #A6AEAD

Tints of Conch #A6AEAD

Color information

#A6AEAD (or 0xA6AEAD) is unknown color: approx Conch. HEX triplet: A6, AE and AD. RGB value is (166,174,173). Sum of RGB (Red+Green+Blue) = 166+174+173=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AEAD is #595152. Grayscale: #ABABAB. Windows color (decimal): -5853523 or 11382438. OLE color: 11382438.

HSL color Cylindrical-coordinate representation of color #A6AEAD: hue angle of 172.5º 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 #A6AEAD is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB166174173-
CMYK0.0500.010.32
HSL172.5º4.71%66.67%-
HSV(B)172.5º4.6%68.24%-
XYZ38.441.445.5-
YUV171.49128.85124.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=32.36%
G=33.92%
B=33.72%

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
Decimal1661741730.0500.010.32172.54.7166.67
HexA6AEAD50120ac543
Octal246256255501402545103
Binary10100110101011101010110110101100000101011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEAD; }

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

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

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

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

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

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

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

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