#A4ABAF

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

Shades of Gull Grey #A4ABAF

Tints of Gull Grey #A4ABAF

Color information

#A4ABAF (or 0xA4ABAF) is unknown color: approx Gull Grey. HEX triplet: A4, AB and AF. RGB value is (164,171,175). Sum of RGB (Red+Green+Blue) = 164+171+175=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 175 - color contains mainly: blue. Hex color #A4ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABAF is #5B5450. Grayscale: #A9A9A9. Windows color (decimal): -5985361 or 11512740. OLE color: 11512740.

HSL color Cylindrical-coordinate representation of color #A4ABAF: hue angle of 201.82º 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 #A4ABAF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164171175-
CMYK0.060.0200.31
HSL201.82º6.43%66.47%-
HSV(B)201.82º6.29%68.63%-
XYZ37.6140.1146.32-
YUV169.36131.18124.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=32.16%
G=33.53%
B=34.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641711750.060.0200.31201.826.4366.47
HexA4ABAF6201Fca642
Octal244253257620373126102
Binary10100100101010111010111111010011111110010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABAF; }

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

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

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

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

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

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

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

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