#9CA1AC

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

Shades of Mischka #9CA1AC

Tints of Mischka #9CA1AC

Color information

#9CA1AC (or 0x9CA1AC) is unknown color: approx Mischka. HEX triplet: 9C, A1 and AC. RGB value is (156,161,172). Sum of RGB (Red+Green+Blue) = 156+161+172=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: blue. Hex color #9CA1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA1AC is #635E53. Grayscale: #A0A0A0. Windows color (decimal): -6512212 or 11313564. OLE color: 11313564.

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

Color convert

RGB156161172-
CMYK0.090.0600.33
HSL221.25º8.79%64.31%-
HSV(B)221.25º9.3%67.45%-
XYZ33.935.5444.1-
YUV160.76134.34124.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.90%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=31.90%
G=32.92%
B=35.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561611720.090.0600.33221.258.7964.31
Hex9CA1AC96021dd940
Octal23424125411604133511100
Binary100111001010000110101100100111001000011101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,161,172); }

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

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

 a { background-color: rgb(156,161,172); }

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

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

 span { border-color: rgb(156,161,172); }

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