#A1A7A9

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

Shades of Gull Grey #A1A7A9

Tints of Gull Grey #A1A7A9

Color information

#A1A7A9 (or 0xA1A7A9) is unknown color: approx Gull Grey. HEX triplet: A1, A7 and A9. RGB value is (161,167,169). Sum of RGB (Red+Green+Blue) = 161+167+169=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 169 - color contains mainly: blue. Hex color #A1A7A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A7A9 is #5E5856. Grayscale: #A5A5A5. Windows color (decimal): -6182999 or 11118497. OLE color: 11118497.

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

Color convert

RGB161167169-
CMYK0.050.0100.34
HSL195º4.44%64.71%-
HSV(B)195º4.73%66.27%-
XYZ35.6838.0843.01-
YUV165.43130.01124.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=32.39%
G=33.60%
B=34.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611671690.050.0100.341954.4464.71
HexA1A7A951022c3441
Octal241247251510423034101
Binary10100001101001111010100110110100010110000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A7A9; }

 p { color: rgb(161,167,169); }

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

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

 a { background-color: rgb(161,167,169); }

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

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

 span { border-color: rgb(161,167,169); }

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