#A6ABAE

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

Shades of Gull Grey #A6ABAE

Tints of Gull Grey #A6ABAE

Color information

#A6ABAE (or 0xA6ABAE) is unknown color: approx Gull Grey. HEX triplet: A6, AB and AE. RGB value is (166,171,174). Sum of RGB (Red+Green+Blue) = 166+171+174=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 174 - color contains mainly: blue. Hex color #A6ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABAE is #595451. Grayscale: #A9A9A9. Windows color (decimal): -5854290 or 11447206. OLE color: 11447206.

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

Color convert

RGB166171174-
CMYK0.050.0200.32
HSL202.5º4.71%66.67%-
HSV(B)202.5º4.6%68.24%-
XYZ37.9340.2945.82-
YUV169.85130.34125.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.49%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=32.49%
G=33.46%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661711740.050.0200.32202.54.7166.67
HexA6ABAE52020ca543
Octal246253256520403125103
Binary101001101010101110101110101100100000110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABAE; }

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

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

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

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

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

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

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

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