#A6AFAE

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

Shades of Conch #A6AFAE

Tints of Conch #A6AFAE

Color information

#A6AFAE (or 0xA6AFAE) is unknown color: approx Conch. HEX triplet: A6, AF and AE. RGB value is (166,175,174). Sum of RGB (Red+Green+Blue) = 166+175+174=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AFAE is #595051. Grayscale: #ACACAC. Windows color (decimal): -5853266 or 11448230. OLE color: 11448230.

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

Color convert

RGB166175174-
CMYK0.0500.010.31
HSL173.33º5.33%66.86%-
HSV(B)173.33º5.14%68.63%-
XYZ38.741.8246.08-
YUV172.2129.02123.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=32.23%
G=33.98%
B=33.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751740.0500.010.31173.335.3366.86
HexA6AFAE5011Fad543
Octal246257256501372555103
Binary1010011010101111101011101010111111101011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFAE; }

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

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

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

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

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

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

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

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