#A0ADAE

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

Shades of Gull Grey #A0ADAE

Tints of Gull Grey #A0ADAE

Color information

#A0ADAE (or 0xA0ADAE) is unknown color: approx Gull Grey. HEX triplet: A0, AD and AE. RGB value is (160,173,174). Sum of RGB (Red+Green+Blue) = 160+173+174=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 174 - color contains mainly: blue. Hex color #A0ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADAE is #5F5251. Grayscale: #A9A9A9. Windows color (decimal): -6246994 or 11447712. OLE color: 11447712.

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

Color convert

RGB160173174-
CMYK0.080.0100.32
HSL184.29º7.95%65.49%-
HSV(B)184.29º8.05%68.24%-
XYZ37.0840.4245.89-
YUV169.23130.69121.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=31.56%
G=34.12%
B=34.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601731740.080.0100.32184.297.9565.49
HexA0ADAE81020b8841
Octal24025525610104027010101
Binary1010000010101101101011101000101000001011100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADAE; }

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

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

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

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

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

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

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

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