#A6B0AB

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

Shades of Skeptic #A6B0AB

Tints of Skeptic #A6B0AB

Color information

#A6B0AB (or 0xA6B0AB) is unknown color: approx Skeptic. HEX triplet: A6, B0 and AB. RGB value is (166,176,171). Sum of RGB (Red+Green+Blue) = 166+176+171=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B0AB is #594F54. Grayscale: #ACACAC. Windows color (decimal): -5853013 or 11251878. OLE color: 11251878.

HSL color Cylindrical-coordinate representation of color #A6B0AB: hue angle of 150º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A6B0AB is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB166176171-
CMYK0.0600.030.31
HSL150º5.95%67.06%-
HSV(B)150º5.68%69.02%-
XYZ38.642.144.62-
YUV172.44127.19123.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=32.36%
G=34.31%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661761710.0600.030.311505.9567.06
HexA6B0AB6031F96643
Octal246260253603372266103
Binary10100110101100001010101111001111111100101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B0AB; }

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

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

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

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

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

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

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

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