#A6B5B1

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

Shades of Conch #A6B5B1

Tints of Conch #A6B5B1

Color information

#A6B5B1 (or 0xA6B5B1) is unknown color: approx Conch. HEX triplet: A6, B5 and B1. RGB value is (166,181,177). Sum of RGB (Red+Green+Blue) = 166+181+177=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B5B1 is #594A4E. Grayscale: #B0B0B0. Windows color (decimal): -5851727 or 11646374. OLE color: 11646374.

HSL color Cylindrical-coordinate representation of color #A6B5B1: hue angle of 164º 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 #A6B5B1 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB166181177-
CMYK0.0800.020.29
HSL164º9.2%68.04%-
HSV(B)164º8.29%70.98%-
XYZ40.1944.3348.03-
YUV176.06128.53120.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=31.68%
G=34.54%
B=33.78%

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
Decimal1661811770.0800.020.291649.268.04
HexA6B5B18021Da4944
Octal24626526110023524411104
Binary1010011010110101101100011000010111011010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B5B1; }

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

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

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

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

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

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

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

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