#A1AAAC

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

Shades of Gull Grey #A1AAAC

Tints of Gull Grey #A1AAAC

Color information

#A1AAAC (or 0xA1AAAC) is unknown color: approx Gull Grey. HEX triplet: A1, AA and AC. RGB value is (161,170,172). Sum of RGB (Red+Green+Blue) = 161+170+172=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 172 - color contains mainly: blue. Hex color #A1AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AAAC is #5E5553. Grayscale: #A7A7A7. Windows color (decimal): -6182228 or 11315873. OLE color: 11315873.

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

Color convert

RGB161170172-
CMYK0.060.0100.33
HSL190.91º6.21%65.29%-
HSV(B)190.91º6.4%67.45%-
XYZ36.5239.3144.69-
YUV167.54130.52123.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=32.01%
G=33.80%
B=34.19%

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
Decimal1611701720.060.0100.33190.916.2165.29
HexA1AAAC61021bf641
Octal241252254610412776101
Binary10100001101010101010110011010100001101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AAAC; }

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

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

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

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

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

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

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

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