#AAB0B3

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

Shades of Gull Grey #AAB0B3

Tints of Gull Grey #AAB0B3

Color information

#AAB0B3 (or 0xAAB0B3) is unknown color: approx Gull Grey. HEX triplet: AA, B0 and B3. RGB value is (170,176,179). Sum of RGB (Red+Green+Blue) = 170+176+179=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 179 - color contains mainly: blue. Hex color #AAB0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0B3 is #554F4C. Grayscale: #AEAEAE. Windows color (decimal): -5590861 or 11776170. OLE color: 11776170.

HSL color Cylindrical-coordinate representation of color #AAB0B3: hue angle of 200º 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 #AAB0B3 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170176179-
CMYK0.050.0200.30
HSL200º5.59%68.43%-
HSV(B)200º5.03%70.2%-
XYZ40.2442.8548.8-
YUV174.55130.51124.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 179 (70.31% from 255) = 34.10%
R=32.38%
G=33.52%
B=34.10%

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
Decimal1701761790.050.0200.302005.5968.43
HexAAB0B35201Ec8644
Octal252260263520363106104
Binary10101010101100001011001110110011110110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0B3; }

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

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

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

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

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

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

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

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