Html Css Color HEX #97A1AC Grey Chateau

📋 copy color: '#97A1AC'

red 151 ◦ green 161 ◦ blue 172

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

Shades of Grey Chateau #97A1AC

Tints of Grey Chateau #97A1AC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.26%

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

R = 31.2%
G = 33.26%
B = 35.54%

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

#97A1AC (or 0x97A1AC) is known color: 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

RGB 151 161 172 -
CMYK 0.12 0.06 0 0.33
HSL 211.43º 0.11% 0.63% -
HSV(B) 211.43º 0.12% 0.67% -
XYZ 32.95 35.05 44.06 -
YUV 159.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 151 161 172 0.12 0.06 0 0.33 211.43 0.11 0.63
Hex 97 A1 AC C 6 0 21 D3 B 3F
Octal 227 241 254 14 6 0 41 323 13 77
Binary 10010111 10100001 10101100 1100 110 0 100001 11010011 1011 111111

Color Harmonies of #97A1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A1AC

Black with #97A1AC

Text Example


Text Example

White with #97A1AC

Text Example


Text Example

HTML Codes & Css Web 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>