#9FAAAD

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

Shades of Gull Grey #9FAAAD

Tints of Gull Grey #9FAAAD

Color information

#9FAAAD (or 0x9FAAAD) is unknown color: approx Gull Grey. HEX triplet: 9F, AA and AD. RGB value is (159,170,173). Sum of RGB (Red+Green+Blue) = 159+170+173=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 173 - color contains mainly: blue. Hex color #9FAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAAAD is #605552. Grayscale: #A7A7A7. Windows color (decimal): -6313299 or 11381407. OLE color: 11381407.

HSL color Cylindrical-coordinate representation of color #9FAAAD: hue angle of 192.86º degrees, saturation: 0.08, 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 #9FAAAD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159170173-
CMYK0.080.0200.32
HSL192.86º7.87%65.1%-
HSV(B)192.86º8.09%67.84%-
XYZ36.2239.1445.18-
YUV167.05131.36122.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.67%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=31.67%
G=33.86%
B=34.46%

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
Decimal1591701730.080.0200.32192.867.8765.1
Hex9FAAAD82020c1841
Octal23725225510204030110101
Binary10011111101010101010110110001001000001100000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FAAAD; }

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

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

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

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

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

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

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

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