#A1B1BA

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

Shades of Gull Grey #A1B1BA

Tints of Gull Grey #A1B1BA

Color information

#A1B1BA (or 0xA1B1BA) is unknown color: approx Gull Grey. HEX triplet: A1, B1 and BA. RGB value is (161,177,186). Sum of RGB (Red+Green+Blue) = 161+177+186=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #A1B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B1BA is #5E4E45. Grayscale: #ADADAD. Windows color (decimal): -6180422 or 12235169. OLE color: 12235169.

HSL color Cylindrical-coordinate representation of color #A1B1BA: hue angle of 201.6º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1B1BA is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161177186-
CMYK0.130.0500.27
HSL201.6º15.34%68.04%-
HSV(B)201.6º13.44%72.94%-
XYZ39.2842.5752.6-
YUV173.24135.2119.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=30.73%
G=33.78%
B=35.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611771860.130.0500.27201.615.3468.04
HexA1B1BAD501Bcaf44
Octal24126127215503331217104
Binary10100001101100011011101011011010110111100101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B1BA; }

 p { color: rgb(161,177,186); }

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

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

 a { background-color: rgb(161,177,186); }

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

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

 span { border-color: rgb(161,177,186); }

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