#9FA193

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

Shades of Star Dust #9FA193

Tints of Star Dust #9FA193

Color information

#9FA193 (or 0x9FA193) is unknown color: approx Star Dust. HEX triplet: 9F, A1 and 93. RGB value is (159,161,147). Sum of RGB (Red+Green+Blue) = 159+161+147=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA193 is #605E6C. Grayscale: #9E9E9E. Windows color (decimal): -6315629 or 9675167. OLE color: 9675167.

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

Color convert

RGB159161147-
CMYK0.0100.090.37
HSL68.57º6.93%60.39%-
HSV(B)68.57º8.7%63.14%-
XYZ32.3134.9732.65-
YUV158.81121.34128.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.05%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=34.05%
G=34.48%
B=31.48%

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
Decimal1591611470.0100.090.3768.576.9360.39
Hex9FA193109254573c
Octal237241223101145105774
Binary1001111110100001100100111010011001011000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,161,147); }

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

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

 a { background-color: rgb(159,161,147); }

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

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

 span { border-color: rgb(159,161,147); }

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