#A4AFB4

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

Shades of Gull Grey #A4AFB4

Tints of Gull Grey #A4AFB4

Color information

#A4AFB4 (or 0xA4AFB4) is unknown color: approx Gull Grey. HEX triplet: A4, AF and B4. RGB value is (164,175,180). Sum of RGB (Red+Green+Blue) = 164+175+180=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: blue. Hex color #A4AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFB4 is #5B504B. Grayscale: #ACACAC. Windows color (decimal): -5984332 or 11841444. OLE color: 11841444.

HSL color Cylindrical-coordinate representation of color #A4AFB4: hue angle of 198.75º 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 #A4AFB4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164175180-
CMYK0.090.0300.29
HSL198.75º9.64%67.45%-
HSV(B)198.75º8.89%70.59%-
XYZ38.8841.8549.21-
YUV172.28132.36122.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=31.60%
G=33.72%
B=34.68%

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
Decimal1641751800.090.0300.29198.759.6467.45
HexA4AFB49301Dc7a43
Octal24425726411303530712103
Binary1010010010101111101101001001110111011100011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFB4; }

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

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

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

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

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

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

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

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