#AAAEB1

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

Shades of Gull Grey #AAAEB1

Tints of Gull Grey #AAAEB1

Color information

#AAAEB1 (or 0xAAAEB1) is unknown color: approx Gull Grey. HEX triplet: AA, AE and B1. RGB value is (170,174,177). Sum of RGB (Red+Green+Blue) = 170+174+177=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 177 - color contains mainly: blue. Hex color #AAAEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEB1 is #55514E. Grayscale: #ADADAD. Windows color (decimal): -5591375 or 11644586. OLE color: 11644586.

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

Color convert

RGB170174177-
CMYK0.040.0200.31
HSL205.71º4.29%68.04%-
HSV(B)205.71º3.95%69.41%-
XYZ39.6541.9947.61-
YUV173.15130.17125.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=32.63%
G=33.40%
B=33.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701741770.040.0200.31205.714.2968.04
HexAAAEB14201Fce444
Octal252256261420373164104
Binary10101010101011101011000110010011111110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEB1; }

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

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

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

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

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

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

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

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