#A4AFB5

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

Shades of Gull Grey #A4AFB5

Tints of Gull Grey #A4AFB5

Color information

#A4AFB5 (or 0xA4AFB5) is unknown color: approx Gull Grey. HEX triplet: A4, AF and B5. RGB value is (164,175,181). Sum of RGB (Red+Green+Blue) = 164+175+181=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 181 - color contains mainly: blue. Hex color #A4AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFB5 is #5B504A. Grayscale: #ACACAC. Windows color (decimal): -5984331 or 11906980. OLE color: 11906980.

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

Color convert

RGB164175181-
CMYK0.090.0300.29
HSL201.18º10.3%67.65%-
HSV(B)201.18º9.39%70.98%-
XYZ38.9841.8949.75-
YUV172.4132.86122.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=31.54%
G=33.65%
B=34.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641751810.090.0300.29201.1810.367.65
HexA4AFB59301Dc9a44
Octal24425726511303531112104
Binary1010010010101111101101011001110111011100100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFB5; }

 p { color: rgb(164,175,181); }

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

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

 a { background-color: rgb(164,175,181); }

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

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

 span { border-color: rgb(164,175,181); }

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