#A9AFB4

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

Shades of Gull Grey #A9AFB4

Tints of Gull Grey #A9AFB4

Color information

#A9AFB4 (or 0xA9AFB4) is unknown color: approx Gull Grey. HEX triplet: A9, AF and B4. RGB value is (169,175,180). Sum of RGB (Red+Green+Blue) = 169+175+180=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 180 - color contains mainly: blue. Hex color #A9AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AFB4 is #56504B. Grayscale: #ADADAD. Windows color (decimal): -5656652 or 11841449. OLE color: 11841449.

HSL color Cylindrical-coordinate representation of color #A9AFB4: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A9AFB4 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169175180-
CMYK0.060.0300.29
HSL207.27º6.83%68.43%-
HSV(B)207.27º6.11%70.59%-
XYZ39.9342.3949.26-
YUV173.78131.51124.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=32.25%
G=33.40%
B=34.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691751800.060.0300.29207.276.8368.43
HexA9AFB46301Dcf744
Octal251257264630353177104
Binary10101001101011111011010011011011101110011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AFB4; }

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

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

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

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

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

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

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

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