#A1A8A9

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

Shades of Gull Grey #A1A8A9

Tints of Gull Grey #A1A8A9

Color information

#A1A8A9 (or 0xA1A8A9) is unknown color: approx Gull Grey. HEX triplet: A1, A8 and A9. RGB value is (161,168,169). Sum of RGB (Red+Green+Blue) = 161+168+169=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 169 - color contains mainly: blue. Hex color #A1A8A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A8A9 is #5E5756. Grayscale: #A6A6A6. Windows color (decimal): -6182743 or 11118753. OLE color: 11118753.

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

Color convert

RGB161168169-
CMYK0.050.0100.34
HSL187.5º4.44%64.71%-
HSV(B)187.5º4.73%66.27%-
XYZ35.8638.4543.07-
YUV166.02129.68124.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 169 (66.41% from 255) = 33.94%
R=32.33%
G=33.73%
B=33.94%

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
Decimal1611681690.050.0100.34187.54.4464.71
HexA1A8A951022bb441
Octal241250251510422734101
Binary10100001101010001010100110110100010101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A8A9; }

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

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

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

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

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

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

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

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