Html Css Color HEX #97ABAC Hit Grey

📋 copy color: '#97ABAC'

red 151 ◦ green 171 ◦ blue 172

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

Shades of Hit Grey #97ABAC

Tints of Hit Grey #97ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

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

R = 30.57%
G = 34.62%
B = 34.82%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#97ABAC (or 0x97ABAC) is known color: Hit Grey. HEX triplet: 97, AB and AC. RGB value is (151,171,172). Sum of RGB (Red+Green+Blue) = 151+171+172=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 172 - color contains mainly: blue. Hex color #97ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ABAC is #685453. Grayscale: #A5A5A5. Windows color (decimal): -6837332 or 11316119. OLE color: 11316119.

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

Color convert

RGB 151 171 172 -
CMYK 0.12 0.01 0 0.33
HSL 182.86º 0.11% 0.63% -
HSV(B) 182.86º 0.12% 0.67% -
XYZ 34.77 38.68 44.66 -
YUV 165.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 151 171 172 0.12 0.01 0 0.33 182.86 0.11 0.63
Hex 97 AB AC C 1 0 21 B7 B 3F
Octal 227 253 254 14 1 0 41 267 13 77
Binary 10010111 10101011 10101100 1100 1 0 100001 10110111 1011 111111

Color Harmonies of #97ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ABAC

Black with #97ABAC

Text Example


Text Example

White with #97ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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