#9CA2AD

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

Shades of Mischka #9CA2AD

Tints of Mischka #9CA2AD

Color information

#9CA2AD (or 0x9CA2AD) is unknown color: approx Mischka. HEX triplet: 9C, A2 and AD. RGB value is (156,162,173). Sum of RGB (Red+Green+Blue) = 156+162+173=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #9CA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA2AD is #635D52. Grayscale: #A1A1A1. Windows color (decimal): -6511955 or 11379356. OLE color: 11379356.

HSL color Cylindrical-coordinate representation of color #9CA2AD: hue angle of 218.82º degrees, saturation: 0.09, 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 #9CA2AD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156162173-
CMYK0.100.0600.32
HSL218.82º9.39%64.51%-
HSV(B)218.82º9.83%67.84%-
XYZ34.1735.9344.67-
YUV161.46134.51124.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.77%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=31.77%
G=32.99%
B=35.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561621730.100.0600.32218.829.3964.51
Hex9CA2ADA6020db941
Octal23424225512604033311101
Binary100111001010001010101101101011001000001101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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