#9FA2AB

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

Shades of Mischka #9FA2AB

Tints of Mischka #9FA2AB

Color information

#9FA2AB (or 0x9FA2AB) is unknown color: approx Mischka. HEX triplet: 9F, A2 and AB. RGB value is (159,162,171). Sum of RGB (Red+Green+Blue) = 159+162+171=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 171 - color contains mainly: blue. Hex color #9FA2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA2AB is #605D54. Grayscale: #A2A2A2. Windows color (decimal): -6315349 or 11248287. OLE color: 11248287.

HSL color Cylindrical-coordinate representation of color #9FA2AB: hue angle of 225º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA2AB is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159162171-
CMYK0.070.0500.33
HSL225º6.67%64.71%-
HSV(B)225º7.02%67.06%-
XYZ34.5736.1543.68-
YUV162.13133.01125.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=32.32%
G=32.93%
B=34.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591621710.070.0500.332256.6764.71
Hex9FA2AB75021e1741
Octal237242253750413417101
Binary1001111110100010101010111111010100001111000011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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