#A0AAAD

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

Shades of Gull Grey #A0AAAD

Tints of Gull Grey #A0AAAD

Color information

#A0AAAD (or 0xA0AAAD) is unknown color: approx Gull Grey. HEX triplet: A0, AA and AD. RGB value is (160,170,173). Sum of RGB (Red+Green+Blue) = 160+170+173=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 173 - color contains mainly: blue. Hex color #A0AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AAAD is #5F5552. Grayscale: #A7A7A7. Windows color (decimal): -6247763 or 11381408. OLE color: 11381408.

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

Color convert

RGB160170173-
CMYK0.080.0200.32
HSL193.85º7.34%65.29%-
HSV(B)193.85º7.51%67.84%-
XYZ36.4139.2445.19-
YUV167.35131.19122.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=31.81%
G=33.80%
B=34.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601701730.080.0200.32193.857.3465.29
HexA0AAAD82020c2741
Octal2402522551020403027101
Binary1010000010101010101011011000100100000110000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AAAD; }

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

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

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

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

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

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

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

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