#A4B1B6

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

Shades of Gull Grey #A4B1B6

Tints of Gull Grey #A4B1B6

Color information

#A4B1B6 (or 0xA4B1B6) is unknown color: approx Gull Grey. HEX triplet: A4, B1 and B6. RGB value is (164,177,182). Sum of RGB (Red+Green+Blue) = 164+177+182=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 182 - color contains mainly: blue. Hex color #A4B1B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B1B6 is #5B4E49. Grayscale: #ADADAD. Windows color (decimal): -5983818 or 11973028. OLE color: 11973028.

HSL color Cylindrical-coordinate representation of color #A4B1B6: hue angle of 196.67º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B1B6 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164177182-
CMYK0.100.0300.29
HSL196.67º10.98%67.84%-
HSV(B)196.67º9.89%71.37%-
XYZ39.4842.7150.42-
YUV173.68132.69121.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=31.36%
G=33.84%
B=34.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641771820.100.0300.29196.6710.9867.84
HexA4B1B6A301Dc5b44
Octal24426126612303530513104
Binary1010010010110001101101101010110111011100010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B1B6; }

 p { color: rgb(164,177,182); }

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

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

 a { background-color: rgb(164,177,182); }

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

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

 span { border-color: rgb(164,177,182); }

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