#A6AAAB

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

Shades of Gull Grey #A6AAAB

Tints of Gull Grey #A6AAAB

Color information

#A6AAAB (or 0xA6AAAB) is unknown color: approx Gull Grey. HEX triplet: A6, AA and AB. RGB value is (166,170,171). Sum of RGB (Red+Green+Blue) = 166+170+171=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 171 - color contains mainly: blue. Hex color #A6AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AAAB is #595554. Grayscale: #A8A8A8. Windows color (decimal): -5854549 or 11250342. OLE color: 11250342.

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

Color convert

RGB166170171-
CMYK0.030.0100.33
HSL192º2.89%66.08%-
HSV(B)192º2.92%67.06%-
XYZ37.4539.844.24-
YUV168.92129.17125.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=32.74%
G=33.53%
B=33.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661701710.030.0100.331922.8966.08
HexA6AAAB31021c0342
Octal246252253310413003102
Binary101001101010101010101011111010000111000000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAAB; }

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

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

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

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

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

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

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

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