#A6B9B7

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

Shades of Conch #A6B9B7

Tints of Conch #A6B9B7

Color information

#A6B9B7 (or 0xA6B9B7) is unknown color: approx Conch. HEX triplet: A6, B9 and B7. RGB value is (166,185,183). Sum of RGB (Red+Green+Blue) = 166+185+183=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9B7 is #594648. Grayscale: #B3B3B3. Windows color (decimal): -5850697 or 12040614. OLE color: 12040614.

HSL color Cylindrical-coordinate representation of color #A6B9B7: hue angle of 173.68º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B9B7 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB166185183-
CMYK0.1000.010.27
HSL173.68º11.95%68.82%-
HSV(B)173.68º10.27%72.55%-
XYZ41.6246.2251.53-
YUV179.09130.21118.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 183 (71.88% from 255) = 34.27%
R=31.09%
G=34.64%
B=34.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851830.1000.010.27173.6811.9568.82
HexA6B9B7A011Baec45
Octal24627126712013325614105
Binary101001101011100110110111101001110111010111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9B7; }

 p { color: rgb(166,185,183); }

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

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

 a { background-color: rgb(166,185,183); }

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

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

 span { border-color: rgb(166,185,183); }

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