#A2ABAF

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

Shades of Gull Grey #A2ABAF

Tints of Gull Grey #A2ABAF

Color information

#A2ABAF (or 0xA2ABAF) is unknown color: approx Gull Grey. HEX triplet: A2, AB and AF. RGB value is (162,171,175). Sum of RGB (Red+Green+Blue) = 162+171+175=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #A2ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ABAF is #5D5450. Grayscale: #A8A8A8. Windows color (decimal): -6116433 or 11512738. OLE color: 11512738.

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

Color convert

RGB162171175-
CMYK0.070.0200.31
HSL198.46º7.51%66.08%-
HSV(B)198.46º7.43%68.63%-
XYZ37.239.946.3-
YUV168.76131.52123.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=31.89%
G=33.66%
B=34.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621711750.070.0200.31198.467.5166.08
HexA2ABAF7201Fc6842
Octal2422532577203730610102
Binary101000101010101110101111111100111111100011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ABAF; }

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

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

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

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

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

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

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

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