#A2AAAC

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

Shades of Gull Grey #A2AAAC

Tints of Gull Grey #A2AAAC

Color information

#A2AAAC (or 0xA2AAAC) is unknown color: approx Gull Grey. HEX triplet: A2, AA and AC. RGB value is (162,170,172). Sum of RGB (Red+Green+Blue) = 162+170+172=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 172 - color contains mainly: blue. Hex color #A2AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AAAC is #5D5553. Grayscale: #A7A7A7. Windows color (decimal): -6116692 or 11315874. OLE color: 11315874.

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

Color convert

RGB162170172-
CMYK0.060.0100.33
HSL192º5.68%65.49%-
HSV(B)192º5.81%67.45%-
XYZ36.7239.4144.7-
YUV167.84130.35123.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=32.14%
G=33.73%
B=34.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621701720.060.0100.331925.6865.49
HexA2AAAC61021c0641
Octal242252254610413006101
Binary10100010101010101010110011010100001110000001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AAAC; }

 p { color: rgb(162,170,172); }

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

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

 a { background-color: rgb(162,170,172); }

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

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

 span { border-color: rgb(162,170,172); }

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