#9CA5AD

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

Shades of Grey Chateau #9CA5AD

Tints of Grey Chateau #9CA5AD

Color information

#9CA5AD (or 0x9CA5AD) is unknown color: approx Grey Chateau. HEX triplet: 9C, A5 and AD. RGB value is (156,165,173). Sum of RGB (Red+Green+Blue) = 156+165+173=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 165 (64.84% from 255 or 33.40% 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 #9CA5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA5AD is #635A52. Grayscale: #A3A3A3. Windows color (decimal): -6511187 or 11380124. OLE color: 11380124.

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

Color convert

RGB156165173-
CMYK0.100.0500.32
HSL208.24º9.39%64.51%-
HSV(B)208.24º9.83%67.84%-
XYZ34.713744.85-
YUV163.22133.52122.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.58%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=31.58%
G=33.40%
B=35.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561651730.100.0500.32208.249.3964.51
Hex9CA5ADA5020d0941
Octal23424525512504032011101
Binary100111001010010110101101101010101000001101000010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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