#97A2AB

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

Shades of Grey Chateau #97A2AB

Tints of Grey Chateau #97A2AB

Color information

#97A2AB (or 0x97A2AB) is unknown color: approx Grey Chateau. HEX triplet: 97, A2 and AB. RGB value is (151,162,171). Sum of RGB (Red+Green+Blue) = 151+162+171=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #97A2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A2AB is #685D54. Grayscale: #9F9F9F. Windows color (decimal): -6839637 or 11248279. OLE color: 11248279.

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

Color convert

RGB151162171-
CMYK0.120.0500.33
HSL207º10.64%63.14%-
HSV(B)207º11.7%67.06%-
XYZ33.0335.3643.61-
YUV159.74134.36121.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=31.20%
G=33.47%
B=35.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511621710.120.0500.3320710.6463.14
Hex97A2ABC5021cfb3f
Octal2272422531450413171377
Binary10010111101000101010101111001010100001110011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,162,171); }

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

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

 a { background-color: rgb(151,162,171); }

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

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

 span { border-color: rgb(151,162,171); }

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