#9CA2AC

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

Shades of Grey Chateau #9CA2AC

Tints of Grey Chateau #9CA2AC

Color information

#9CA2AC (or 0x9CA2AC) is unknown color: approx Grey Chateau. HEX triplet: 9C, A2 and AC. RGB value is (156,162,172). Sum of RGB (Red+Green+Blue) = 156+162+172=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: blue. Hex color #9CA2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA2AC is #635D53. Grayscale: #A1A1A1. Windows color (decimal): -6511956 or 11313820. OLE color: 11313820.

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

Color convert

RGB156162172-
CMYK0.090.0600.33
HSL217.5º8.79%64.31%-
HSV(B)217.5º9.3%67.45%-
XYZ34.0835.8944.16-
YUV161.35134.01124.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.84%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=31.84%
G=33.06%
B=35.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561621720.090.0600.33217.58.7964.31
Hex9CA2AC96021da940
Octal23424225411604133211100
Binary100111001010001010101100100111001000011101101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,172); }

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

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

 a { background-color: rgb(156,162,172); }

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

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

 span { border-color: rgb(156,162,172); }

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