#9FA8AA

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

Shades of Gull Grey #9FA8AA

Tints of Gull Grey #9FA8AA

Color information

#9FA8AA (or 0x9FA8AA) is unknown color: approx Gull Grey. HEX triplet: 9F, A8 and AA. RGB value is (159,168,170). Sum of RGB (Red+Green+Blue) = 159+168+170=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 170 - color contains mainly: blue. Hex color #9FA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA8AA is #605755. Grayscale: #A5A5A5. Windows color (decimal): -6313814 or 11184287. OLE color: 11184287.

HSL color Cylindrical-coordinate representation of color #9FA8AA: hue angle of 190.91º 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 #9FA8AA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159168170-
CMYK0.060.0100.33
HSL190.91º6.08%64.51%-
HSV(B)190.91º6.47%66.67%-
XYZ35.5638.2843.54-
YUV165.54130.52123.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.99%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=31.99%
G=33.80%
B=34.21%

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
Decimal1591681700.060.0100.33190.916.0864.51
Hex9FA8AA61021bf641
Octal237250252610412776101
Binary10011111101010001010101011010100001101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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