#9FA092

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

Shades of Star Dust #9FA092

Tints of Star Dust #9FA092

Color information

#9FA092 (or 0x9FA092) is unknown color: approx Star Dust. HEX triplet: 9F, A0 and 92. RGB value is (159,160,146). Sum of RGB (Red+Green+Blue) = 159+160+146=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA092 is #605F6D. Grayscale: #9E9E9E. Windows color (decimal): -6315886 or 9609375. OLE color: 9609375.

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

Color convert

RGB159160146-
CMYK0.0100.090.37
HSL64.29º6.86%60%-
HSV(B)64.29º8.75%62.75%-
XYZ32.0634.5932.18-
YUV158.1121.17128.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.19%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=34.19%
G=34.41%
B=31.40%

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
Decimal1591601460.0100.090.3764.296.8660
Hex9FA092109254073c
Octal237240222101145100774
Binary1001111110100000100100101010011001011000000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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