#9FA9AA

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

Shades of Gull Grey #9FA9AA

Tints of Gull Grey #9FA9AA

Color information

#9FA9AA (or 0x9FA9AA) is unknown color: approx Gull Grey. HEX triplet: 9F, A9 and AA. RGB value is (159,169,170). Sum of RGB (Red+Green+Blue) = 159+169+170=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 170 - color contains mainly: blue. Hex color #9FA9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA9AA is #605655. Grayscale: #A6A6A6. Windows color (decimal): -6313558 or 11184543. OLE color: 11184543.

HSL color Cylindrical-coordinate representation of color #9FA9AA: hue angle of 185.45º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9FA9AA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159169170-
CMYK0.060.0100.33
HSL185.45º6.08%64.51%-
HSV(B)185.45º6.47%66.67%-
XYZ35.7438.6543.61-
YUV166.12130.19122.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.93%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=31.93%
G=33.94%
B=34.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591691700.060.0100.33185.456.0864.51
Hex9FA9AA61021b9641
Octal237251252610412716101
Binary10011111101010011010101011010100001101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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