#A1AEAF

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

Shades of Gull Grey #A1AEAF

Tints of Gull Grey #A1AEAF

Color information

#A1AEAF (or 0xA1AEAF) is unknown color: approx Gull Grey. HEX triplet: A1, AE and AF. RGB value is (161,174,175). Sum of RGB (Red+Green+Blue) = 161+174+175=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 175 - color contains mainly: blue. Hex color #A1AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AEAF is #5E5150. Grayscale: #AAAAAA. Windows color (decimal): -6181201 or 11513505. OLE color: 11513505.

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

Color convert

RGB161174175-
CMYK0.080.0100.31
HSL184.29º8.05%65.88%-
HSV(B)184.29º8%68.63%-
XYZ37.5740.9446.48-
YUV170.23130.69121.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=31.57%
G=34.12%
B=34.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611741750.080.0100.31184.298.0565.88
HexA1AEAF8101Fb8842
Octal24125625710103727010102
Binary101000011010111010101111100010111111011100010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEAF; }

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

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

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

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

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

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

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

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