#ABAEB0

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

Shades of Gull Grey #ABAEB0

Tints of Gull Grey #ABAEB0

Color information

#ABAEB0 (or 0xABAEB0) is unknown color: approx Gull Grey. HEX triplet: AB, AE and B0. RGB value is (171,174,176). Sum of RGB (Red+Green+Blue) = 171+174+176=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 176 - color contains mainly: blue. Hex color #ABAEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEB0 is #54514F. Grayscale: #ADADAD. Windows color (decimal): -5525840 or 11579051. OLE color: 11579051.

HSL color Cylindrical-coordinate representation of color #ABAEB0: hue angle of 204º 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 #ABAEB0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171174176-
CMYK0.030.0100.31
HSL204º3.07%68.04%-
HSV(B)204º2.84%69.02%-
XYZ39.7742.0647.1-
YUV173.33129.51126.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=32.82%
G=33.40%
B=33.78%

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
Decimal1711741760.030.0100.312043.0768.04
HexABAEB03101Fcc344
Octal253256260310373143104
Binary10101011101011101011000011101111111001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEB0; }

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

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

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

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

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

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

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

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