#9FACAD

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

Shades of Gull Grey #9FACAD

Tints of Gull Grey #9FACAD

Color information

#9FACAD (or 0x9FACAD) is unknown color: approx Gull Grey. HEX triplet: 9F, AC and AD. RGB value is (159,172,173). Sum of RGB (Red+Green+Blue) = 159+172+173=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 173 - color contains mainly: blue. Hex color #9FACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FACAD is #605352. Grayscale: #A8A8A8. Windows color (decimal): -6312787 or 11381919. OLE color: 11381919.

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

Color convert

RGB159172173-
CMYK0.080.0100.32
HSL184.29º7.87%65.1%-
HSV(B)184.29º8.09%67.84%-
XYZ36.5939.8945.31-
YUV168.23130.69121.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=31.55%
G=34.13%
B=34.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591721730.080.0100.32184.297.8765.1
Hex9FACAD81020b8841
Octal23725425510104027010101
Binary1001111110101100101011011000101000001011100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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