#9DA4AD

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

Shades of Grey Chateau #9DA4AD

Tints of Grey Chateau #9DA4AD

Color information

#9DA4AD (or 0x9DA4AD) is unknown color: approx Grey Chateau. HEX triplet: 9D, A4 and AD. RGB value is (157,164,173). Sum of RGB (Red+Green+Blue) = 157+164+173=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: blue. Hex color #9DA4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA4AD is #625B52. Grayscale: #A2A2A2. Windows color (decimal): -6445907 or 11379869. OLE color: 11379869.

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

Color convert

RGB157164173-
CMYK0.090.0500.32
HSL213.75º8.89%64.71%-
HSV(B)213.75º9.25%67.84%-
XYZ34.7236.7444.8-
YUV162.93133.68123.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.78%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=31.78%
G=33.20%
B=35.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571641730.090.0500.32213.758.8964.71
Hex9DA4AD95020d6941
Octal23524425511504032611101
Binary100111011010010010101101100110101000001101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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