#9DA2AD

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

Shades of Mischka #9DA2AD

Tints of Mischka #9DA2AD

Color information

#9DA2AD (or 0x9DA2AD) is unknown color: approx Mischka. HEX triplet: 9D, A2 and AD. RGB value is (157,162,173). Sum of RGB (Red+Green+Blue) = 157+162+173=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #9DA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA2AD is #625D52. Grayscale: #A1A1A1. Windows color (decimal): -6446419 or 11379357. OLE color: 11379357.

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

Color convert

RGB157162173-
CMYK0.090.0600.32
HSL221.25º8.89%64.71%-
HSV(B)221.25º9.25%67.84%-
XYZ34.3736.0344.68-
YUV161.76134.34124.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=31.91%
G=32.93%
B=35.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571621730.090.0600.32221.258.8964.71
Hex9DA2AD96020dd941
Octal23524225511604033511101
Binary100111011010001010101101100111001000001101110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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