#A1ABAC

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

Shades of Gull Grey #A1ABAC

Tints of Gull Grey #A1ABAC

Color information

#A1ABAC (or 0xA1ABAC) is unknown color: approx Gull Grey. HEX triplet: A1, AB and AC. RGB value is (161,171,172). Sum of RGB (Red+Green+Blue) = 161+171+172=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 172 - color contains mainly: blue. Hex color #A1ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ABAC is #5E5453. Grayscale: #A8A8A8. Windows color (decimal): -6181972 or 11316129. OLE color: 11316129.

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

Color convert

RGB161171172-
CMYK0.060.0100.33
HSL185.45º6.21%65.29%-
HSV(B)185.45º6.4%67.45%-
XYZ36.7139.6844.75-
YUV168.12130.19122.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=31.94%
G=33.93%
B=34.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611711720.060.0100.33185.456.2165.29
HexA1ABAC61021b9641
Octal241253254610412716101
Binary10100001101010111010110011010100001101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABAC; }

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

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

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

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

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

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

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

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