#A3B1B4

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

Shades of Gull Grey #A3B1B4

Tints of Gull Grey #A3B1B4

Color information

#A3B1B4 (or 0xA3B1B4) is unknown color: approx Gull Grey. HEX triplet: A3, B1 and B4. RGB value is (163,177,180). Sum of RGB (Red+Green+Blue) = 163+177+180=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 180 - color contains mainly: blue. Hex color #A3B1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B1B4 is #5C4E4B. Grayscale: #ADADAD. Windows color (decimal): -6049356 or 11841955. OLE color: 11841955.

HSL color Cylindrical-coordinate representation of color #A3B1B4: hue angle of 190.59º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3B1B4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163177180-
CMYK0.090.0200.29
HSL190.59º10.18%67.25%-
HSV(B)190.59º9.44%70.59%-
XYZ39.0642.5349.33-
YUV173.16131.86120.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=31.35%
G=34.04%
B=34.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631771800.090.0200.29190.5910.1867.25
HexA3B1B49201Dbfa43
Octal24326126411203527712103
Binary1010001110110001101101001001100111011011111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B1B4; }

 p { color: rgb(163,177,180); }

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

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

 a { background-color: rgb(163,177,180); }

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

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

 span { border-color: rgb(163,177,180); }

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