#AAAFB3

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

Shades of Gull Grey #AAAFB3

Tints of Gull Grey #AAAFB3

Color information

#AAAFB3 (or 0xAAAFB3) is unknown color: approx Gull Grey. HEX triplet: AA, AF and B3. RGB value is (170,175,179). Sum of RGB (Red+Green+Blue) = 170+175+179=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 179 - color contains mainly: blue. Hex color #AAAFB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFB3 is #55504C. Grayscale: #ADADAD. Windows color (decimal): -5591117 or 11775914. OLE color: 11775914.

HSL color Cylindrical-coordinate representation of color #AAAFB3: hue angle of 206.67º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAAFB3 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170175179-
CMYK0.050.0200.30
HSL206.67º5.59%68.43%-
HSV(B)206.67º5.03%70.2%-
XYZ40.0442.4648.73-
YUV173.96130.84125.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=32.44%
G=33.40%
B=34.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701751790.050.0200.30206.675.5968.43
HexAAAFB35201Ecf644
Octal252257263520363176104
Binary10101010101011111011001110110011110110011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFB3; }

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

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

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

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

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

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

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

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