#A9AFB1

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

Shades of Gull Grey #A9AFB1

Tints of Gull Grey #A9AFB1

Color information

#A9AFB1 (or 0xA9AFB1) is unknown color: approx Gull Grey. HEX triplet: A9, AF and B1. RGB value is (169,175,177). Sum of RGB (Red+Green+Blue) = 169+175+177=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 177 - color contains mainly: blue. Hex color #A9AFB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AFB1 is #56504E. Grayscale: #ADADAD. Windows color (decimal): -5656655 or 11644841. OLE color: 11644841.

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

Color convert

RGB169175177-
CMYK0.050.0100.31
HSL195º4.88%67.84%-
HSV(B)195º4.52%69.41%-
XYZ39.6342.2747.67-
YUV173.43130.01124.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.44%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=32.44%
G=33.59%
B=33.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751770.050.0100.311954.8867.84
HexA9AFB15101Fc3544
Octal251257261510373035104
Binary1010100110101111101100011011011111110000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AFB1; }

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

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

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

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

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

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

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

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