#A6ADAB

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

Shades of Conch #A6ADAB

Tints of Conch #A6ADAB

Color information

#A6ADAB (or 0xA6ADAB) is unknown color: approx Conch. HEX triplet: A6, AD and AB. RGB value is (166,173,171). Sum of RGB (Red+Green+Blue) = 166+173+171=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 173 - color contains mainly: green. Hex color #A6ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADAB is #595254. Grayscale: #AAAAAA. Windows color (decimal): -5853781 or 11251110. OLE color: 11251110.

HSL color Cylindrical-coordinate representation of color #A6ADAB: hue angle of 162.86º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A6ADAB is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB166173171-
CMYK0.0400.010.32
HSL162.86º4.09%66.47%-
HSV(B)162.86º4.05%67.84%-
XYZ38.0240.9344.43-
YUV170.68128.18124.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=32.55%
G=33.92%
B=33.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731710.0400.010.32162.864.0966.47
HexA6ADAB40120a3442
Octal246255253401402434102
Binary10100110101011011010101110001100000101000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADAB; }

 p { color: rgb(166,173,171); }

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

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

 a { background-color: rgb(166,173,171); }

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

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

 span { border-color: rgb(166,173,171); }

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