#97ACAB

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

Shades of Hit Grey #97ACAB

Tints of Hit Grey #97ACAB

Color information

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

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

Color convert

RGB151172171-
CMYK0.1200.010.33
HSL177.14º11.23%63.33%-
HSV(B)177.14º12.21%67.45%-
XYZ34.8739.0244.22-
YUV165.61131.04117.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=30.57%
G=34.82%
B=34.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511721710.1200.010.33177.1411.2363.33
Hex97ACABC0121b1b3f
Octal2272542531401412611377
Binary100101111010110010101011110001100001101100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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