#A6B6B4

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

Shades of Conch #A6B6B4

Tints of Conch #A6B6B4

Color information

#A6B6B4 (or 0xA6B6B4) is unknown color: approx Conch. HEX triplet: A6, B6 and B4. RGB value is (166,182,180). Sum of RGB (Red+Green+Blue) = 166+182+180=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B6B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B6B4 is #59494B. Grayscale: #B0B0B0. Windows color (decimal): -5851468 or 11843238. OLE color: 11843238.

HSL color Cylindrical-coordinate representation of color #A6B6B4: hue angle of 172.5º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6B6B4 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB166182180-
CMYK0.0900.010.29
HSL172.5º9.88%68.24%-
HSV(B)172.5º8.79%71.37%-
XYZ40.6944.8649.69-
YUV176.99129.7120.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=31.44%
G=34.47%
B=34.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821800.0900.010.29172.59.8868.24
HexA6B6B49011Daca44
Octal24626626411013525412104
Binary101001101011011010110100100101111011010110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B6B4; }

 p { color: rgb(166,182,180); }

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

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

 a { background-color: rgb(166,182,180); }

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

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

 span { border-color: rgb(166,182,180); }

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