#9FA494

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

Shades of Delta #9FA494

Tints of Delta #9FA494

Color information

#9FA494 (or 0x9FA494) is unknown color: approx Delta. HEX triplet: 9F, A4 and 94. RGB value is (159,164,148). Sum of RGB (Red+Green+Blue) = 159+164+148=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA494 is #605B6B. Grayscale: #A0A0A0. Windows color (decimal): -6314860 or 9741471. OLE color: 9741471.

HSL color Cylindrical-coordinate representation of color #9FA494: hue angle of 78.75º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FA494 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB159164148-
CMYK0.0300.100.36
HSL78.75º8.08%61.18%-
HSV(B)78.75º9.76%64.31%-
XYZ32.9236.0633.24-
YUV160.68120.84126.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.76%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=33.76%
G=34.82%
B=31.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591641480.0300.100.3678.758.0861.18
Hex9FA49430A244f83d
Octal2372442243012441171075
Binary100111111010010010010100110101010010010011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,148); }

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

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

 a { background-color: rgb(159,164,148); }

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

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

 span { border-color: rgb(159,164,148); }

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