#A6ADAE

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

Shades of Gull Grey #A6ADAE

Tints of Gull Grey #A6ADAE

Color information

#A6ADAE (or 0xA6ADAE) is unknown color: approx Gull Grey. HEX triplet: A6, AD and AE. RGB value is (166,173,174). Sum of RGB (Red+Green+Blue) = 166+173+174=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 174 - color contains mainly: blue. Hex color #A6ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADAE is #595251. Grayscale: #ABABAB. Windows color (decimal): -5853778 or 11447718. OLE color: 11447718.

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

Color convert

RGB166173174-
CMYK0.050.0100.32
HSL187.5º4.71%66.67%-
HSV(B)187.5º4.6%68.24%-
XYZ38.3141.0545.95-
YUV171.02129.68124.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=32.36%
G=33.72%
B=33.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731740.050.0100.32187.54.7166.67
HexA6ADAE51020bb543
Octal246255256510402735103
Binary10100110101011011010111010110100000101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADAE; }

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

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

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

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

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

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

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

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