#A6B4B1

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

Shades of Conch #A6B4B1

Tints of Conch #A6B4B1

Color information

#A6B4B1 (or 0xA6B4B1) is unknown color: approx Conch. HEX triplet: A6, B4 and B1. RGB value is (166,180,177). Sum of RGB (Red+Green+Blue) = 166+180+177=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B4B1 is #594B4E. Grayscale: #AFAFAF. Windows color (decimal): -5851983 or 11646118. OLE color: 11646118.

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

Color convert

RGB166180177-
CMYK0.0800.020.29
HSL167.14º8.54%67.84%-
HSV(B)167.14º7.78%70.59%-
XYZ39.9843.9247.97-
YUV175.47128.86121.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=31.74%
G=34.42%
B=33.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801770.0800.020.29167.148.5467.84
HexA6B4B18021Da7944
Octal24626426110023524711104
Binary1010011010110100101100011000010111011010011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B4B1; }

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

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

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

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

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

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

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

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