#AEB1B3

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

Shades of Gull Grey #AEB1B3

Tints of Gull Grey #AEB1B3

Color information

#AEB1B3 (or 0xAEB1B3) is unknown color: approx Gull Grey. HEX triplet: AE, B1 and B3. RGB value is (174,177,179). Sum of RGB (Red+Green+Blue) = 174+177+179=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 179 - color contains mainly: blue. Hex color #AEB1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1B3 is #514E4C. Grayscale: #B0B0B0. Windows color (decimal): -5328461 or 11776430. OLE color: 11776430.

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

Color convert

RGB174177179-
CMYK0.030.0100.30
HSL204º3.18%69.22%-
HSV(B)204º2.79%70.2%-
XYZ41.3143.748.9-
YUV176.33129.51126.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 179 (70.31% from 255) = 33.77%
R=32.83%
G=33.40%
B=33.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741771790.030.0100.302043.1869.22
HexAEB1B33101Ecc345
Octal256261263310363143105
Binary10101110101100011011001111101111011001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1B3; }

 p { color: rgb(174,177,179); }

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

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

 a { background-color: rgb(174,177,179); }

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

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

 span { border-color: rgb(174,177,179); }

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