#A1AAAB

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

Shades of Gull Grey #A1AAAB

Tints of Gull Grey #A1AAAB

Color information

#A1AAAB (or 0xA1AAAB) is unknown color: approx Gull Grey. HEX triplet: A1, AA and AB. RGB value is (161,170,171). Sum of RGB (Red+Green+Blue) = 161+170+171=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 171 - color contains mainly: blue. Hex color #A1AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AAAB is #5E5554. Grayscale: #A7A7A7. Windows color (decimal): -6182229 or 11250337. OLE color: 11250337.

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

Color convert

RGB161170171-
CMYK0.060.0100.33
HSL186º5.62%65.1%-
HSV(B)186º5.85%67.06%-
XYZ36.4239.2744.19-
YUV167.42130.02123.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=32.07%
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
Decimal1611701710.060.0100.331865.6265.1
HexA1AAAB61021ba641
Octal241252253610412726101
Binary10100001101010101010101111010100001101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AAAB; }

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

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

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

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

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

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

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

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