Html Css Color HEX #9FA295 Star Dust

📋 copy color: '#9FA295'

red 159 ◦ green 162 ◦ blue 149

#9FA295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Star Dust #9FA295

Tints of Star Dust #9FA295

RGB

 RED value IS 159 (62.5% from 255) = 33.83%

 GREEN value IS 162 (63.67% from 255) = 34.47%

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 33.83%
G = 34.47%
B = 31.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#9FA295 (or 0x9FA295) is known color: Star Dust. HEX triplet: 9F, A2 and 95. RGB value is (159,162,149). Sum of RGB (Red+Green+Blue) = 159+162+149=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA295 is #605D6A. Grayscale: #9F9F9F. Windows color (decimal): -6315371 or 9806495. OLE color: 9806495.

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

Color convert

RGB 159 162 149 -
CMYK 0.02 0 0.08 0.36
HSL 73.85º 0.07% 0.61% -
HSV(B) 73.85º 0.08% 0.64% -
XYZ 32.64 35.38 33.54 -
YUV 159.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 159 162 149 0.02 0 0.08 0.36 73.85 0.07 0.61
Hex 9F A2 95 2 0 8 24 4A 7 3D
Octal 237 242 225 2 0 10 44 112 7 75
Binary 10011111 10100010 10010101 10 0 1000 100100 1001010 111 111101

Color Harmonies of #9FA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA295

Black with #9FA295

Text Example


Text Example

White with #9FA295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,162,149); }

 H1.HeaderClassName
 {
   color: #9FA295;
 }
 .AnyTagClassName
 {
   color: #9FA295;
 }
</style>

background-color css

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

 a { background-color: rgb(159,162,149); }

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

border-color css

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

 span { border-color: rgb(159,162,149); }

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