#A4ADB1

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

Shades of Gull Grey #A4ADB1

Tints of Gull Grey #A4ADB1

Color information

#A4ADB1 (or 0xA4ADB1) is unknown color: approx Gull Grey. HEX triplet: A4, AD and B1. RGB value is (164,173,177). Sum of RGB (Red+Green+Blue) = 164+173+177=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 177 - color contains mainly: blue. Hex color #A4ADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ADB1 is #5B524E. Grayscale: #AAAAAA. Windows color (decimal): -5984847 or 11644324. OLE color: 11644324.

HSL color Cylindrical-coordinate representation of color #A4ADB1: hue angle of 198.46º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A4ADB1 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164173177-
CMYK0.070.0200.31
HSL198.46º7.69%66.86%-
HSV(B)198.46º7.34%69.41%-
XYZ38.1940.9547.49-
YUV170.76131.52123.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 177 (69.53% from 255) = 34.44%
R=31.91%
G=33.66%
B=34.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641731770.070.0200.31198.467.6966.86
HexA4ADB17201Fc6843
Octal2442552617203730610103
Binary101001001010110110110001111100111111100011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADB1; }

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

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

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

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

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

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

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

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