#A2ABAC

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

Shades of Gull Grey #A2ABAC

Tints of Gull Grey #A2ABAC

Color information

#A2ABAC (or 0xA2ABAC) is unknown color: approx Gull Grey. HEX triplet: A2, AB and AC. RGB value is (162,171,172). Sum of RGB (Red+Green+Blue) = 162+171+172=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 172 - color contains mainly: blue. Hex color #A2ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ABAC is #5D5453. Grayscale: #A8A8A8. Windows color (decimal): -6116436 or 11316130. OLE color: 11316130.

HSL color Cylindrical-coordinate representation of color #A2ABAC: hue angle of 186º 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 #A2ABAC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162171172-
CMYK0.060.0100.33
HSL186º5.68%65.49%-
HSV(B)186º5.81%67.45%-
XYZ36.9139.7944.76-
YUV168.42130.02123.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=32.08%
G=33.86%
B=34.06%

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
Decimal1621711720.060.0100.331865.6865.49
HexA2ABAC61021ba641
Octal242253254610412726101
Binary10100010101010111010110011010100001101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ABAC; }

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

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

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

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

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

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

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

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