#A9AEAF

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

Shades of Gull Grey #A9AEAF

Tints of Gull Grey #A9AEAF

Color information

#A9AEAF (or 0xA9AEAF) is unknown color: approx Gull Grey. HEX triplet: A9, AE and AF. RGB value is (169,174,175). Sum of RGB (Red+Green+Blue) = 169+174+175=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 175 - color contains mainly: blue. Hex color #A9AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AEAF is #565150. Grayscale: #ACACAC. Windows color (decimal): -5656913 or 11513513. OLE color: 11513513.

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

Color convert

RGB169174175-
CMYK0.030.0100.31
HSL190º3.61%67.45%-
HSV(B)190º3.43%68.63%-
XYZ39.2441.846.56-
YUV172.62129.34125.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=32.63%
G=33.59%
B=33.78%

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
Decimal1691741750.030.0100.311903.6167.45
HexA9AEAF3101Fbe443
Octal251256257310372764103
Binary101010011010111010101111111011111101111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEAF; }

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

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

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

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

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

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

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

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