#A4ABAE

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

Shades of Gull Grey #A4ABAE

Tints of Gull Grey #A4ABAE

Color information

#A4ABAE (or 0xA4ABAE) is unknown color: approx Gull Grey. HEX triplet: A4, AB and AE. RGB value is (164,171,174). Sum of RGB (Red+Green+Blue) = 164+171+174=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 174 - color contains mainly: blue. Hex color #A4ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABAE is #5B5451. Grayscale: #A9A9A9. Windows color (decimal): -5985362 or 11447204. OLE color: 11447204.

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

Color convert

RGB164171174-
CMYK0.060.0200.32
HSL198º5.81%66.27%-
HSV(B)198º5.75%68.24%-
XYZ37.5140.0745.8-
YUV169.25130.68124.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=32.22%
G=33.60%
B=34.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641711740.060.0200.321985.8166.27
HexA4ABAE62020c6642
Octal244253256620403066102
Binary101001001010101110101110110100100000110001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABAE; }

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

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

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

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

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

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

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

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