#9FA091

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

Shades of Star Dust #9FA091

Tints of Star Dust #9FA091

Color information

#9FA091 (or 0x9FA091) is unknown color: approx Star Dust. HEX triplet: 9F, A0 and 91. RGB value is (159,160,145). Sum of RGB (Red+Green+Blue) = 159+160+145=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA091 is #605F6E. Grayscale: #9E9E9E. Windows color (decimal): -6315887 or 9543839. OLE color: 9543839.

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

Color convert

RGB159160145-
CMYK0.0100.090.37
HSL64º7.32%59.8%-
HSV(B)64º9.38%62.75%-
XYZ31.9834.5631.77-
YUV157.99120.67128.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.27%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 145 (57.03% from 255) = 31.25%
R=34.27%
G=34.48%
B=31.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591601450.0100.090.37647.3259.8
Hex9FA091109254073c
Octal237240221101145100774
Binary1001111110100000100100011010011001011000000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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