Html Css Color HEX #97A1AD Grey Chateau

📋 copy color: '#97A1AD'

red 151 ◦ green 161 ◦ blue 173

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

Shades of Grey Chateau #97A1AD

Tints of Grey Chateau #97A1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.67%

R = 31.13%
G = 33.2%
B = 35.67%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#97A1AD (or 0x97A1AD) is known color: Grey Chateau. HEX triplet: 97, A1 and AD. RGB value is (151,161,173). Sum of RGB (Red+Green+Blue) = 151+161+173=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #97A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A1AD is #685E52. Grayscale: #9F9F9F. Windows color (decimal): -6839891 or 11379095. OLE color: 11379095.

HSL color Cylindrical-coordinate representation of color #97A1AD: hue angle of 212.73º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97A1AD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 161 173 -
CMYK 0.13 0.07 0 0.32
HSL 212.73º 0.12% 0.64% -
HSV(B) 212.73º 0.13% 0.68% -
XYZ 33.05 35.09 44.57 -
YUV 159.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 151 161 173 0.13 0.07 0 0.32 212.73 0.12 0.64
Hex 97 A1 AD D 7 0 20 D5 C 40
Octal 227 241 255 15 7 0 40 325 14 100
Binary 10010111 10100001 10101101 1101 111 0 100000 11010101 1100 1000000

Color Harmonies of #97A1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A1AD

Black with #97A1AD

Text Example


Text Example

White with #97A1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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