#AAAEB0

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

Shades of Gull Grey #AAAEB0

Tints of Gull Grey #AAAEB0

Color information

#AAAEB0 (or 0xAAAEB0) is unknown color: approx Gull Grey. HEX triplet: AA, AE and B0. RGB value is (170,174,176). Sum of RGB (Red+Green+Blue) = 170+174+176=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 176 - color contains mainly: blue. Hex color #AAAEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEB0 is #55514F. Grayscale: #ADADAD. Windows color (decimal): -5591376 or 11579050. OLE color: 11579050.

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

Color convert

RGB170174176-
CMYK0.030.0100.31
HSL200º3.66%67.84%-
HSV(B)200º3.41%69.02%-
XYZ39.5541.9547.09-
YUV173.03129.67125.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=32.69%
G=33.46%
B=33.85%

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
Decimal1701741760.030.0100.312003.6667.84
HexAAAEB03101Fc8444
Octal252256260310373104104
Binary101010101010111010110000111011111110010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEB0; }

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

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

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

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

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

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

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

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