#9FA09A

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

Shades of Star Dust #9FA09A

Tints of Star Dust #9FA09A

Color information

#9FA09A (or 0x9FA09A) is unknown color: approx Star Dust. HEX triplet: 9F, A0 and 9A. RGB value is (159,160,154). Sum of RGB (Red+Green+Blue) = 159+160+154=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA09A is #605F65. Grayscale: #9F9F9F. Windows color (decimal): -6315878 or 10133663. OLE color: 10133663.

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

Color convert

RGB159160154-
CMYK0.0100.040.37
HSL70º3.06%61.57%-
HSV(B)70º3.75%62.75%-
XYZ32.734.8535.57-
YUV159.02125.17127.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.62%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=33.62%
G=33.83%
B=32.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591601540.0100.040.37703.0661.57
Hex9FA09A104254633e
Octal23724023210445106376
Binary10011111101000001001101010100100101100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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