#9DA1AD

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

Shades of Mischka #9DA1AD

Tints of Mischka #9DA1AD

Color information

#9DA1AD (or 0x9DA1AD) is unknown color: approx Mischka. HEX triplet: 9D, A1 and AD. RGB value is (157,161,173). Sum of RGB (Red+Green+Blue) = 157+161+173=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 161 (63.28% from 255 or 32.79% 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 #9DA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA1AD is #625E52. Grayscale: #A1A1A1. Windows color (decimal): -6446675 or 11379101. OLE color: 11379101.

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

Color convert

RGB157161173-
CMYK0.090.0700.32
HSL225º8.89%64.71%-
HSV(B)225º9.25%67.84%-
XYZ34.1935.6744.62-
YUV161.17134.67125.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.98%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=31.98%
G=32.79%
B=35.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571611730.090.0700.322258.8964.71
Hex9DA1AD97020e1941
Octal23524125511704034111101
Binary100111011010000110101101100111101000001110000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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