#A1B2BA

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

Shades of Gull Grey #A1B2BA

Tints of Gull Grey #A1B2BA

Color information

#A1B2BA (or 0xA1B2BA) is unknown color: approx Gull Grey. HEX triplet: A1, B2 and BA. RGB value is (161,178,186). Sum of RGB (Red+Green+Blue) = 161+178+186=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #A1B2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B2BA is #5E4D45. Grayscale: #ADADAD. Windows color (decimal): -6180166 or 12235425. OLE color: 12235425.

HSL color Cylindrical-coordinate representation of color #A1B2BA: hue angle of 199.2º 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 #A1B2BA is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161178186-
CMYK0.130.0400.27
HSL199.2º15.34%68.04%-
HSV(B)199.2º13.44%72.94%-
XYZ39.4842.9652.67-
YUV173.83134.87118.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.67%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=30.67%
G=33.90%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611781860.130.0400.27199.215.3468.04
HexA1B2BAD401Bc7f44
Octal24126227215403330717104
Binary10100001101100101011101011011000110111100011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2BA; }

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

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

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

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

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

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

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

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