#A1A9AB

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

Shades of Gull Grey #A1A9AB

Tints of Gull Grey #A1A9AB

Color information

#A1A9AB (or 0xA1A9AB) is unknown color: approx Gull Grey. HEX triplet: A1, A9 and AB. RGB value is (161,169,171). Sum of RGB (Red+Green+Blue) = 161+169+171=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 171 - color contains mainly: blue. Hex color #A1A9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A9AB is #5E5654. Grayscale: #A6A6A6. Windows color (decimal): -6182485 or 11250081. OLE color: 11250081.

HSL color Cylindrical-coordinate representation of color #A1A9AB: hue angle of 192º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A1A9AB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161169171-
CMYK0.060.0100.33
HSL192º5.62%65.1%-
HSV(B)192º5.85%67.06%-
XYZ36.2438.8944.13-
YUV166.84130.35123.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=32.14%
G=33.73%
B=34.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611691710.060.0100.331925.6265.1
HexA1A9AB61021c0641
Octal241251253610413006101
Binary10100001101010011010101111010100001110000001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A9AB; }

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

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

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

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

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

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

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

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