#A6B2AB

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

Shades of Skeptic #A6B2AB

Tints of Skeptic #A6B2AB

Color information

#A6B2AB (or 0xA6B2AB) is unknown color: approx Skeptic. HEX triplet: A6, B2 and AB. RGB value is (166,178,171). Sum of RGB (Red+Green+Blue) = 166+178+171=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B2AB is #594D54. Grayscale: #ADADAD. Windows color (decimal): -5852501 or 11252390. OLE color: 11252390.

HSL color Cylindrical-coordinate representation of color #A6B2AB: hue angle of 145º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6B2AB is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB166178171-
CMYK0.0700.040.30
HSL145º7.23%67.45%-
HSV(B)145º6.74%69.8%-
XYZ3942.8944.75-
YUV173.61126.52122.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 178 (69.92% from 255) = 34.56%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=32.23%
G=34.56%
B=33.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661781710.0700.040.301457.2367.45
HexA6B2AB7041E91743
Octal246262253704362217103
Binary101001101011001010101011111010011110100100011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B2AB; }

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

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

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

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

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

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

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

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