#A0AAAC

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

Shades of Gull Grey #A0AAAC

Tints of Gull Grey #A0AAAC

Color information

#A0AAAC (or 0xA0AAAC) is unknown color: approx Gull Grey. HEX triplet: A0, AA and AC. RGB value is (160,170,172). Sum of RGB (Red+Green+Blue) = 160+170+172=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 172 - color contains mainly: blue. Hex color #A0AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AAAC is #5F5553. Grayscale: #A7A7A7. Windows color (decimal): -6247764 or 11315872. OLE color: 11315872.

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

Color convert

RGB160170172-
CMYK0.070.0100.33
HSL190º6.74%65.1%-
HSV(B)190º6.98%67.45%-
XYZ36.3239.244.68-
YUV167.24130.69122.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=31.87%
G=33.86%
B=34.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601701720.070.0100.331906.7465.1
HexA0AAAC71021be741
Octal240252254710412767101
Binary10100000101010101010110011110100001101111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AAAC; }

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

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

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

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

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

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

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

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