#96A0AC

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

Shades of Grey Chateau #96A0AC

Tints of Grey Chateau #96A0AC

Color information

#96A0AC (or 0x96A0AC) is unknown color: approx Grey Chateau. HEX triplet: 96, A0 and AC. RGB value is (150,160,172). Sum of RGB (Red+Green+Blue) = 150+160+172=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #96A0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A0AC is #695F53. Grayscale: #9E9E9E. Windows color (decimal): -6905684 or 11313302. OLE color: 11313302.

HSL color Cylindrical-coordinate representation of color #96A0AC: hue angle of 212.73º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96A0AC is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150160172-
CMYK0.130.0700.33
HSL212.73º11.7%63.14%-
HSV(B)212.73º12.79%67.45%-
XYZ32.5934.643.99-
YUV158.38135.69122.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.12%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=31.12%
G=33.20%
B=35.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501601720.130.0700.33212.7311.763.14
Hex96A0ACD7021d5c3f
Octal2262402541570413251477
Binary10010110101000001010110011011110100001110101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A0AC; }

 p { color: rgb(150,160,172); }

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

<style>
 a { background-color: #96A0AC; }

 a { background-color: rgb(150,160,172); }

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

<style>
 span { border-color: #96A0AC; }

 span { border-color: rgb(150,160,172); }

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