#A2ABAE

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

Shades of Gull Grey #A2ABAE

Tints of Gull Grey #A2ABAE

Color information

#A2ABAE (or 0xA2ABAE) is unknown color: approx Gull Grey. HEX triplet: A2, AB and AE. RGB value is (162,171,174). Sum of RGB (Red+Green+Blue) = 162+171+174=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 174 - color contains mainly: blue. Hex color #A2ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ABAE is #5D5451. Grayscale: #A8A8A8. Windows color (decimal): -6116434 or 11447202. OLE color: 11447202.

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

Color convert

RGB162171174-
CMYK0.070.0200.32
HSL195º6.9%65.88%-
HSV(B)195º6.9%68.24%-
XYZ37.139.8645.78-
YUV168.65131.02123.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=31.95%
G=33.73%
B=34.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621711740.070.0200.321956.965.88
HexA2ABAE72020c3742
Octal242253256720403037102
Binary101000101010101110101110111100100000110000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ABAE; }

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

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

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

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

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

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

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

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