#A2ADAE

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

Shades of Gull Grey #A2ADAE

Tints of Gull Grey #A2ADAE

Color information

#A2ADAE (or 0xA2ADAE) is unknown color: approx Gull Grey. HEX triplet: A2, AD and AE. RGB value is (162,173,174). Sum of RGB (Red+Green+Blue) = 162+173+174=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 174 - color contains mainly: blue. Hex color #A2ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADAE is #5D5251. Grayscale: #A9A9A9. Windows color (decimal): -6115922 or 11447714. OLE color: 11447714.

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

Color convert

RGB162173174-
CMYK0.070.0100.32
HSL185º6.9%65.88%-
HSV(B)185º6.9%68.24%-
XYZ37.4840.6245.91-
YUV169.82130.36122.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=31.83%
G=33.99%
B=34.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621731740.070.0100.321856.965.88
HexA2ADAE71020b9742
Octal242255256710402717102
Binary10100010101011011010111011110100000101110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ADAE; }

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

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

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

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

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

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

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

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