#A6AEB2

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

Shades of Gull Grey #A6AEB2

Tints of Gull Grey #A6AEB2

Color information

#A6AEB2 (or 0xA6AEB2) is unknown color: approx Gull Grey. HEX triplet: A6, AE and B2. RGB value is (166,174,178). Sum of RGB (Red+Green+Blue) = 166+174+178=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 178 - color contains mainly: blue. Hex color #A6AEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AEB2 is #59514D. Grayscale: #ACACAC. Windows color (decimal): -5853518 or 11710118. OLE color: 11710118.

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

Color convert

RGB166174178-
CMYK0.070.0200.30
HSL200º7.23%67.45%-
HSV(B)200º6.74%69.8%-
XYZ38.941.5948.1-
YUV172.06131.35123.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=32.05%
G=33.59%
B=34.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661741780.070.0200.302007.2367.45
HexA6AEB27201Ec8743
Octal246256262720363107103
Binary10100110101011101011001011110011110110010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEB2; }

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

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

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

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

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

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

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

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