#A9ABAC

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

Shades of Gull Grey #A9ABAC

Tints of Gull Grey #A9ABAC

Color information

#A9ABAC (or 0xA9ABAC) is unknown color: approx Gull Grey. HEX triplet: A9, AB and AC. RGB value is (169,171,172). Sum of RGB (Red+Green+Blue) = 169+171+172=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 172 - color contains mainly: blue. Hex color #A9ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ABAC is #565453. Grayscale: #AAAAAA. Windows color (decimal): -5657684 or 11316137. OLE color: 11316137.

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

Color convert

RGB169171172-
CMYK0.020.0100.33
HSL200º1.78%66.86%-
HSV(B)200º1.74%67.45%-
XYZ38.3740.5444.83-
YUV170.52128.84126.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=33.01%
G=33.40%
B=33.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691711720.020.0100.332001.7866.86
HexA9ABAC21021c8243
Octal251253254210413102103
Binary101010011010101110101100101010000111001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABAC; }

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

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

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

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

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

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

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

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