#A9ADAF

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

Shades of Gull Grey #A9ADAF

Tints of Gull Grey #A9ADAF

Color information

#A9ADAF (or 0xA9ADAF) is unknown color: approx Gull Grey. HEX triplet: A9, AD and AF. RGB value is (169,173,175). Sum of RGB (Red+Green+Blue) = 169+173+175=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 175 - color contains mainly: blue. Hex color #A9ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ADAF is #565250. Grayscale: #ACACAC. Windows color (decimal): -5657169 or 11513257. OLE color: 11513257.

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

Color convert

RGB169173175-
CMYK0.030.0100.31
HSL200º3.61%67.45%-
HSV(B)200º3.43%68.63%-
XYZ39.0441.4246.49-
YUV172.03129.67125.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=32.69%
G=33.46%
B=33.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691731750.030.0100.312003.6167.45
HexA9ADAF3101Fc8443
Octal251255257310373104103
Binary101010011010110110101111111011111110010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ADAF; }

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

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

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

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

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

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

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

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