#A6ABAC

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

Shades of Gull Grey #A6ABAC

Tints of Gull Grey #A6ABAC

Color information

#A6ABAC (or 0xA6ABAC) is unknown color: approx Gull Grey. HEX triplet: A6, AB and AC. RGB value is (166,171,172). Sum of RGB (Red+Green+Blue) = 166+171+172=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 172 - color contains mainly: blue. Hex color #A6ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABAC is #595453. Grayscale: #A9A9A9. Windows color (decimal): -5854292 or 11316134. OLE color: 11316134.

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

Color convert

RGB166171172-
CMYK0.030.0100.33
HSL190º3.49%66.27%-
HSV(B)190º3.49%67.45%-
XYZ37.7440.2144.8-
YUV169.62129.34125.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=32.61%
G=33.60%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661711720.030.0100.331903.4966.27
HexA6ABAC31021be342
Octal246253254310412763102
Binary101001101010101110101100111010000110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABAC; }

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

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

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

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

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

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

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

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