#A1ABAD

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

Shades of Gull Grey #A1ABAD

Tints of Gull Grey #A1ABAD

Color information

#A1ABAD (or 0xA1ABAD) is unknown color: approx Gull Grey. HEX triplet: A1, AB and AD. RGB value is (161,171,173). Sum of RGB (Red+Green+Blue) = 161+171+173=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 173 - color contains mainly: blue. Hex color #A1ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ABAD is #5E5452. Grayscale: #A8A8A8. Windows color (decimal): -6181971 or 11381665. OLE color: 11381665.

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

Color convert

RGB161171173-
CMYK0.070.0100.32
HSL190º6.82%65.49%-
HSV(B)190º6.94%67.84%-
XYZ36.839.7245.26-
YUV168.24130.69122.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=31.88%
G=33.86%
B=34.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611711730.070.0100.321906.8265.49
HexA1ABAD71020be741
Octal241253255710402767101
Binary10100001101010111010110111110100000101111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABAD; }

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

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

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

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

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

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

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

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