#9CA7AE

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

Shades of Grey Chateau #9CA7AE

Tints of Grey Chateau #9CA7AE

Color information

#9CA7AE (or 0x9CA7AE) is unknown color: approx Grey Chateau. HEX triplet: 9C, A7 and AE. RGB value is (156,167,174). Sum of RGB (Red+Green+Blue) = 156+167+174=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #9CA7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA7AE is #635851. Grayscale: #A4A4A4. Windows color (decimal): -6510674 or 11446172. OLE color: 11446172.

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

Color convert

RGB156167174-
CMYK0.100.0400.32
HSL203.33º10%64.71%-
HSV(B)203.33º10.34%68.24%-
XYZ35.1737.7645.48-
YUV164.51133.36121.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.39%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=31.39%
G=33.60%
B=35.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561671740.100.0400.32203.331064.71
Hex9CA7AEA4020cba41
Octal23424725612404031312101
Binary100111001010011110101110101010001000001100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,167,174); }

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

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

 a { background-color: rgb(156,167,174); }

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

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

 span { border-color: rgb(156,167,174); }

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