#9CA2AE

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

Shades of Mischka #9CA2AE

Tints of Mischka #9CA2AE

Color information

#9CA2AE (or 0x9CA2AE) is unknown color: approx Mischka. HEX triplet: 9C, A2 and AE. RGB value is (156,162,174). Sum of RGB (Red+Green+Blue) = 156+162+174=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #9CA2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA2AE is #635D51. Grayscale: #A1A1A1. Windows color (decimal): -6511954 or 11444892. OLE color: 11444892.

HSL color Cylindrical-coordinate representation of color #9CA2AE: hue angle of 220º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CA2AE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156162174-
CMYK0.100.0700.32
HSL220º10%64.71%-
HSV(B)220º10.34%68.24%-
XYZ34.2735.9645.18-
YUV161.57135.01124.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.71%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=31.71%
G=32.93%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561621740.100.0700.322201064.71
Hex9CA2AEA7020dca41
Octal23424225612704033412101
Binary100111001010001010101110101011101000001101110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,174); }

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

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

 a { background-color: rgb(156,162,174); }

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

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

 span { border-color: rgb(156,162,174); }

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