Html Css Color HEX #97A2AC Grey Chateau

📋 copy color: '#97A2AC'

red 151 ◦ green 162 ◦ blue 172

#97A2AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #97A2AC

Tints of Grey Chateau #97A2AC

RGB

 RED value IS 151 (59.38% from 255) = 31.13%

 GREEN value IS 162 (63.67% from 255) = 33.4%

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 31.13%
G = 33.4%
B = 35.46%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#97A2AC (or 0x97A2AC) is known color: Grey Chateau. HEX triplet: 97, A2 and AC. RGB value is (151,162,172). Sum of RGB (Red+Green+Blue) = 151+162+172=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #97A2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A2AC is #685D53. Grayscale: #9F9F9F. Windows color (decimal): -6839636 or 11313815. OLE color: 11313815.

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

Color convert

RGB 151 162 172 -
CMYK 0.12 0.06 0 0.33
HSL 208.57º 0.11% 0.63% -
HSV(B) 208.57º 0.12% 0.67% -
XYZ 33.13 35.4 44.12 -
YUV 159.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 151 162 172 0.12 0.06 0 0.33 208.57 0.11 0.63
Hex 97 A2 AC C 6 0 21 D1 B 3F
Octal 227 242 254 14 6 0 41 321 13 77
Binary 10010111 10100010 10101100 1100 110 0 100001 11010001 1011 111111

Color Harmonies of #97A2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A2AC

Black with #97A2AC

Text Example


Text Example

White with #97A2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97A2AC;
 }
 .AnyTagClassName
 {
   color: #97A2AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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