#AAADAF

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

Shades of Gull Grey #AAADAF

Tints of Gull Grey #AAADAF

Color information

#AAADAF (or 0xAAADAF) is unknown color: approx Gull Grey. HEX triplet: AA, AD and AF. RGB value is (170,173,175). Sum of RGB (Red+Green+Blue) = 170+173+175=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 175 - color contains mainly: blue. Hex color #AAADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADAF is #555250. Grayscale: #ACACAC. Windows color (decimal): -5591633 or 11513258. OLE color: 11513258.

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

Color convert

RGB170173175-
CMYK0.030.0100.31
HSL204º3.03%67.65%-
HSV(B)204º2.86%68.63%-
XYZ39.2641.5346.5-
YUV172.33129.51126.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 175 (68.75% 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
Decimal1701731750.030.0100.312043.0367.65
HexAAADAF3101Fcc344
Octal252255257310373143104
Binary10101010101011011010111111101111111001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADAF; }

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

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

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

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

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

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

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

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