#A1ADAE

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

Shades of Gull Grey #A1ADAE

Tints of Gull Grey #A1ADAE

Color information

#A1ADAE (or 0xA1ADAE) is unknown color: approx Gull Grey. HEX triplet: A1, AD and AE. RGB value is (161,173,174). Sum of RGB (Red+Green+Blue) = 161+173+174=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 174 - color contains mainly: blue. Hex color #A1ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ADAE is #5E5251. Grayscale: #A9A9A9. Windows color (decimal): -6181458 or 11447713. OLE color: 11447713.

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

Color convert

RGB161173174-
CMYK0.070.0100.32
HSL184.62º7.43%65.69%-
HSV(B)184.62º7.47%68.24%-
XYZ37.2840.5245.9-
YUV169.53130.52121.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=31.69%
G=34.06%
B=34.25%

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
Decimal1611731740.070.0100.32184.627.4365.69
HexA1ADAE71020b9742
Octal241255256710402717102
Binary10100001101011011010111011110100000101110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADAE; }

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

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

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

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

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

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

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

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