#ABAFB0

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

Shades of Gull Grey #ABAFB0

Tints of Gull Grey #ABAFB0

Color information

#ABAFB0 (or 0xABAFB0) is unknown color: approx Gull Grey. HEX triplet: AB, AF and B0. RGB value is (171,175,176). Sum of RGB (Red+Green+Blue) = 171+175+176=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 176 - color contains mainly: blue. Hex color #ABAFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFB0 is #54504F. Grayscale: #ADADAD. Windows color (decimal): -5525584 or 11579307. OLE color: 11579307.

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

Color convert

RGB171175176-
CMYK0.030.0100.31
HSL192º3.07%68.04%-
HSV(B)192º2.84%69.02%-
XYZ39.9642.4547.16-
YUV173.92129.17125.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=32.76%
G=33.52%
B=33.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751760.030.0100.311923.0768.04
HexABAFB03101Fc0344
Octal253257260310373003104
Binary10101011101011111011000011101111111000000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFB0; }

 p { color: rgb(171,175,176); }

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

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

 a { background-color: rgb(171,175,176); }

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

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

 span { border-color: rgb(171,175,176); }

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