#A0AFB1

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

Shades of Gull Grey #A0AFB1

Tints of Gull Grey #A0AFB1

Color information

#A0AFB1 (or 0xA0AFB1) is unknown color: approx Gull Grey. HEX triplet: A0, AF and B1. RGB value is (160,175,177). Sum of RGB (Red+Green+Blue) = 160+175+177=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 177 - color contains mainly: blue. Hex color #A0AFB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFB1 is #5F504E. Grayscale: #AAAAAA. Windows color (decimal): -6246479 or 11644832. OLE color: 11644832.

HSL color Cylindrical-coordinate representation of color #A0AFB1: hue angle of 187.06º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0AFB1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160175177-
CMYK0.100.0100.31
HSL187.06º9.83%66.08%-
HSV(B)187.06º9.6%69.41%-
XYZ37.7641.3147.58-
YUV170.74131.53120.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=31.25%
G=34.18%
B=34.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751770.100.0100.31187.069.8366.08
HexA0AFB1A101Fbba42
Octal24025726112103727312102
Binary101000001010111110110001101010111111011101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFB1; }

 p { color: rgb(160,175,177); }

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

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

 a { background-color: rgb(160,175,177); }

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

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

 span { border-color: rgb(160,175,177); }

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