#97A1AC

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

Shades of Grey Chateau #97A1AC

Tints of Grey Chateau #97A1AC

Color information

#97A1AC (or 0x97A1AC) is unknown color: approx Grey Chateau. HEX triplet: 97, A1 and AC. RGB value is (151,161,172). Sum of RGB (Red+Green+Blue) = 151+161+172=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #97A1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A1AC is #685E53. Grayscale: #9F9F9F. Windows color (decimal): -6839892 or 11313559. OLE color: 11313559.

HSL color Cylindrical-coordinate representation of color #97A1AC: hue angle of 211.43º 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 #97A1AC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151161172-
CMYK0.120.0600.33
HSL211.43º11.23%63.33%-
HSV(B)211.43º12.21%67.45%-
XYZ32.9535.0544.06-
YUV159.26135.19122.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=31.20%
G=33.26%
B=35.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511611720.120.0600.33211.4311.2363.33
Hex97A1ACC6021d3b3f
Octal2272412541460413231377
Binary10010111101000011010110011001100100001110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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