#AAADAE

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

Shades of Gull Grey #AAADAE

Tints of Gull Grey #AAADAE

Color information

#AAADAE (or 0xAAADAE) is unknown color: approx Gull Grey. HEX triplet: AA, AD and AE. RGB value is (170,173,174). Sum of RGB (Red+Green+Blue) = 170+173+174=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 174 - color contains mainly: blue. Hex color #AAADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADAE is #555251. Grayscale: #ACACAC. Windows color (decimal): -5591634 or 11447722. OLE color: 11447722.

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

Color convert

RGB170173174-
CMYK0.020.0100.32
HSL195º2.41%67.45%-
HSV(B)195º2.3%68.24%-
XYZ39.1641.4945.99-
YUV172.22129.01126.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=32.88%
G=33.46%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731740.020.0100.321952.4167.45
HexAAADAE21020c3243
Octal252255256210403032103
Binary101010101010110110101110101010000011000011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADAE; }

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

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

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

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

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

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

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

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