#97A0AC

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

Shades of Grey Chateau #97A0AC

Tints of Grey Chateau #97A0AC

Color information

#97A0AC (or 0x97A0AC) is unknown color: approx Grey Chateau. HEX triplet: 97, A0 and AC. RGB value is (151,160,172). Sum of RGB (Red+Green+Blue) = 151+160+172=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #97A0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A0AC is #685F53. Grayscale: #9E9E9E. Windows color (decimal): -6840148 or 11313303. OLE color: 11313303.

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

Color convert

RGB151160172-
CMYK0.120.0700.33
HSL214.29º11.23%63.33%-
HSV(B)214.29º12.21%67.45%-
XYZ32.7834.744-
YUV158.68135.52122.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.26%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=31.26%
G=33.13%
B=35.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511601720.120.0700.33214.2911.2363.33
Hex97A0ACC7021d6b3f
Octal2272402541470413261377
Binary10010111101000001010110011001110100001110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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