#A1AAAF

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

Shades of Gull Grey #A1AAAF

Tints of Gull Grey #A1AAAF

Color information

#A1AAAF (or 0xA1AAAF) is unknown color: approx Gull Grey. HEX triplet: A1, AA and AF. RGB value is (161,170,175). Sum of RGB (Red+Green+Blue) = 161+170+175=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 175 - color contains mainly: blue. Hex color #A1AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AAAF is #5E5550. Grayscale: #A7A7A7. Windows color (decimal): -6182225 or 11512481. OLE color: 11512481.

HSL color Cylindrical-coordinate representation of color #A1AAAF: hue angle of 201.43º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1AAAF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161170175-
CMYK0.080.0300.31
HSL201.43º8.05%65.88%-
HSV(B)201.43º8%68.63%-
XYZ36.8139.4246.23-
YUV167.88132.02123.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=31.82%
G=33.60%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611701750.080.0300.31201.438.0565.88
HexA1AAAF8301Fc9842
Octal24125225710303731110102
Binary1010000110101010101011111000110111111100100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AAAF; }

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

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

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

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

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

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

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

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