#A4AEAF

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

Shades of Gull Grey #A4AEAF

Tints of Gull Grey #A4AEAF

Color information

#A4AEAF (or 0xA4AEAF) is unknown color: approx Gull Grey. HEX triplet: A4, AE and AF. RGB value is (164,174,175). Sum of RGB (Red+Green+Blue) = 164+174+175=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 175 - color contains mainly: blue. Hex color #A4AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AEAF is #5B5150. Grayscale: #ABABAB. Windows color (decimal): -5984593 or 11513508. OLE color: 11513508.

HSL color Cylindrical-coordinate representation of color #A4AEAF: hue angle of 185.45º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A4AEAF is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164174175-
CMYK0.060.0100.31
HSL185.45º6.43%66.47%-
HSV(B)185.45º6.29%68.63%-
XYZ38.1841.2646.51-
YUV171.12130.19122.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=31.97%
G=33.92%
B=34.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641741750.060.0100.31185.456.4366.47
HexA4AEAF6101Fb9642
Octal244256257610372716102
Binary1010010010101110101011111101011111101110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AEAF; }

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

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

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

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

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

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

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

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