#A1AAAD

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

Shades of Gull Grey #A1AAAD

Tints of Gull Grey #A1AAAD

Color information

#A1AAAD (or 0xA1AAAD) is unknown color: approx Gull Grey. HEX triplet: A1, AA and AD. RGB value is (161,170,173). Sum of RGB (Red+Green+Blue) = 161+170+173=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 173 - color contains mainly: blue. Hex color #A1AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AAAD is #5E5552. Grayscale: #A7A7A7. Windows color (decimal): -6182227 or 11381409. OLE color: 11381409.

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

Color convert

RGB161170173-
CMYK0.070.0200.32
HSL195º6.82%65.49%-
HSV(B)195º6.94%67.84%-
XYZ36.6239.3445.2-
YUV167.65131.02123.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=31.94%
G=33.73%
B=34.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611701730.070.0200.321956.8265.49
HexA1AAAD72020c3741
Octal241252255720403037101
Binary101000011010101010101101111100100000110000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AAAD; }

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

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

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

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

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

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

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

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