#A9ADAE

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

Shades of Gull Grey #A9ADAE

Tints of Gull Grey #A9ADAE

Color information

#A9ADAE (or 0xA9ADAE) is unknown color: approx Gull Grey. HEX triplet: A9, AD and AE. RGB value is (169,173,174). Sum of RGB (Red+Green+Blue) = 169+173+174=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 174 - color contains mainly: blue. Hex color #A9ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ADAE is #565251. Grayscale: #ABABAB. Windows color (decimal): -5657170 or 11447721. OLE color: 11447721.

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

Color convert

RGB169173174-
CMYK0.030.0100.32
HSL192º2.99%67.25%-
HSV(B)192º2.87%68.24%-
XYZ38.9541.3845.98-
YUV171.92129.17125.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=32.75%
G=33.53%
B=33.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691731740.030.0100.321922.9967.25
HexA9ADAE31020c0343
Octal251255256310403003103
Binary101010011010110110101110111010000011000000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ADAE; }

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

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

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

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

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

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

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

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