#A1ABAE

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

Shades of Gull Grey #A1ABAE

Tints of Gull Grey #A1ABAE

Color information

#A1ABAE (or 0xA1ABAE) is unknown color: approx Gull Grey. HEX triplet: A1, AB and AE. RGB value is (161,171,174). Sum of RGB (Red+Green+Blue) = 161+171+174=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 174 - color contains mainly: blue. Hex color #A1ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ABAE is #5E5451. Grayscale: #A8A8A8. Windows color (decimal): -6181970 or 11447201. OLE color: 11447201.

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

Color convert

RGB161171174-
CMYK0.070.0200.32
HSL193.85º7.43%65.69%-
HSV(B)193.85º7.47%68.24%-
XYZ36.939.7645.77-
YUV168.35131.19122.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=31.82%
G=33.79%
B=34.39%

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
Decimal1611711740.070.0200.32193.857.4365.69
HexA1ABAE72020c2742
Octal241253256720403027102
Binary101000011010101110101110111100100000110000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABAE; }

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

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

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

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

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

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

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

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