#A6AAAC

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

Shades of Gull Grey #A6AAAC

Tints of Gull Grey #A6AAAC

Color information

#A6AAAC (or 0xA6AAAC) is unknown color: approx Gull Grey. HEX triplet: A6, AA and AC. RGB value is (166,170,172). Sum of RGB (Red+Green+Blue) = 166+170+172=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 172 - color contains mainly: blue. Hex color #A6AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AAAC is #595553. Grayscale: #A9A9A9. Windows color (decimal): -5854548 or 11315878. OLE color: 11315878.

HSL color Cylindrical-coordinate representation of color #A6AAAC: hue angle of 200º 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 #A6AAAC is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166170172-
CMYK0.030.0100.33
HSL200º3.49%66.27%-
HSV(B)200º3.49%67.45%-
XYZ37.5539.8444.74-
YUV169.03129.67125.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=32.68%
G=33.46%
B=33.86%

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
Decimal1661701720.030.0100.332003.4966.27
HexA6AAAC31021c8342
Octal246252254310413103102
Binary101001101010101010101100111010000111001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAAC; }

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

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

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

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

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

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

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

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