#A2AAAF

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

Shades of Gull Grey #A2AAAF

Tints of Gull Grey #A2AAAF

Color information

#A2AAAF (or 0xA2AAAF) is unknown color: approx Gull Grey. HEX triplet: A2, AA and AF. RGB value is (162,170,175). Sum of RGB (Red+Green+Blue) = 162+170+175=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 175 - color contains mainly: blue. Hex color #A2AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AAAF is #5D5550. Grayscale: #A8A8A8. Windows color (decimal): -6116689 or 11512482. OLE color: 11512482.

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

Color convert

RGB162170175-
CMYK0.070.0300.31
HSL203.08º7.51%66.08%-
HSV(B)203.08º7.43%68.63%-
XYZ37.0139.5346.24-
YUV168.18131.85123.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 175 (68.75% from 255) = 34.52%
R=31.95%
G=33.53%
B=34.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621701750.070.0300.31203.087.5166.08
HexA2AAAF7301Fcb842
Octal2422522577303731310102
Binary101000101010101010101111111110111111100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AAAF; }

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

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

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

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

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

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

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

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