#9C9FA0

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

Shades of Gull Grey #9C9FA0

Tints of Gull Grey #9C9FA0

Color information

#9C9FA0 (or 0x9C9FA0) is unknown color: approx Gull Grey. HEX triplet: 9C, 9F and A0. RGB value is (156,159,160). Sum of RGB (Red+Green+Blue) = 156+159+160=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 160 - color contains mainly: blue. Hex color #9C9FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9FA0 is #63605F. Grayscale: #9E9E9E. Windows color (decimal): -6512736 or 10526620. OLE color: 10526620.

HSL color Cylindrical-coordinate representation of color #9C9FA0: hue angle of 195º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9C9FA0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB156159160-
CMYK0.020.0100.37
HSL195º2.06%61.96%-
HSV(B)195º2.5%62.75%-
XYZ32.4534.438.19-
YUV158.22129.01126.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.84%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=32.84%
G=33.47%
B=33.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1561591600.020.0100.371952.0661.96
Hex9C9FA021025c323e
Octal23423724021045303276
Binary10011100100111111010000010101001011100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,159,160); }

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

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

 a { background-color: rgb(156,159,160); }

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

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

 span { border-color: rgb(156,159,160); }

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